GetValue('appearance','language') : 'auto'; # text/xml won't work with MSIE, but is very useful for debugging xhtml code. # header('Content-type: text/xml; charset="UTF-8"'); @header('Content-type: text/html; charset="UTF-8"'); # XML version and encoding for well-behaved browsers echo ''."\n"; echo ''."\n"; printf('',$language,$language); echo "\n\n"; echo ''; if (isset($_SESSION['plaConfig']) && $pagetitle = $_SESSION['plaConfig']->GetValue('appearance','page_title')) printf('phpLDAPadmin - %s',$pagetitle); else echo 'phpLDAPadmin'; if (isset($_SESSION['plaConfig'])) $css = $_SESSION['plaConfig']->GetValue('appearance','stylesheet'); else $css = 'style.css'; printf('','../htdocs/'.CSSDIR,$css); if (isset($server_id)) { $custom_file = get_custom_file($server_id,'style.css','../htdocs/'.CSSDIR); if (strcmp($custom_file,'style.css') != 0) printf('',$custom_file); } printf('','../htdocs/'.JSDIR); printf('','../htdocs/'.JSDIR); printf('','../htdocs/'.JSDIR); printf('','../htdocs/'.JSDIR); printf('','../htdocs/'.JSDIR); printf('','../htdocs/'.JSDIR); echo "\n\n"; printf('','../htdocs/'.JSDIR); if (isset($meta_refresh_variable)) printf('',$meta_refresh_variable); echo ''; echo ''; echo "\n\n"; ?>