inc/header.inc.php
changeset 136 c795dd75a77e
parent 126 cb06e3e29ed8
child 144 ad667d767a0a
--- a/inc/header.inc.php	Thu Apr 10 19:42:47 2008 +0000
+++ b/inc/header.inc.php	Fri Apr 11 10:19:14 2008 +0000
@@ -19,13 +19,13 @@
  *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-global $STYLE;
+global $iface_style;
 
 echo "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\">\n";
 echo "<html>\n";
 echo " <head>\n";
 echo "  <title>Poweradmin</title>\n";
-echo "  <link rel=stylesheet href=\"style/" . $STYLE . ".inc.php\" type=\"text/css\">\n";
+echo "  <link rel=stylesheet href=\"style/" . $iface_style . ".inc.php\" type=\"text/css\">\n";
 echo " </head>\n";
 echo " <body>\n";