equal
deleted
inserted
replaced
24 echo "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\">\n"; |
24 echo "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\">\n"; |
25 echo "<html>\n"; |
25 echo "<html>\n"; |
26 echo " <head>\n"; |
26 echo " <head>\n"; |
27 echo " <title>Poweradmin</title>\n"; |
27 echo " <title>Poweradmin</title>\n"; |
28 echo " <link rel=stylesheet href=\"style/" . $iface_style . ".inc.php\" type=\"text/css\">\n"; |
28 echo " <link rel=stylesheet href=\"style/" . $iface_style . ".inc.php\" type=\"text/css\">\n"; |
|
29 echo " <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n"; |
29 echo " </head>\n"; |
30 echo " </head>\n"; |
30 echo " <body>\n"; |
31 echo " <body>\n"; |
31 |
32 |
32 if(file_exists('inc/custom_header.inc.php')) { |
33 if(file_exists('inc/custom_header.inc.php')) { |
33 include('inc/custom_header.inc.php'); |
34 include('inc/custom_header.inc.php'); |