summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizard.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/wizard.php')
-rwxr-xr-xusr/local/www/wizard.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/wizard.php b/usr/local/www/wizard.php
index 0a92446..346a4c0 100755
--- a/usr/local/www/wizard.php
+++ b/usr/local/www/wizard.php
@@ -160,7 +160,7 @@ include("head.inc");
<body link="#0000CC" vlink="#0000CC" alink="#0000CC" onLoad="enablechange();">
<?php
- if(file_exists("/usr/local/www/{$g['theme']}/wizard.css"))
+ if(file_exists("/usr/local/www/themes/{$g['theme']}/wizard.css"))
echo "<link rel=\"stylesheet\" href=\"/themes/{$g['theme']}/wizard.css\" media=\"all\" />\n";
else
echo "<link rel=\"stylesheet\" href=\"/themes/{$g['theme']}/all.css\" media=\"all\" />";
OpenPOWER on IntegriCloud