summaryrefslogtreecommitdiffstats
path: root/usr/local/www/index.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-24 23:14:55 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-24 23:14:55 +0000
commit41b0960a751c27affaa0478e1b81f8a8365ecc55 (patch)
treec34ea7e23e13b35b285aaee7dfc251bcbe322836 /usr/local/www/index.php
parent4cf2cc4a299c942c5a1371c294866b0a13cbdba4 (diff)
downloadpfsense-41b0960a751c27affaa0478e1b81f8a8365ecc55.zip
pfsense-41b0960a751c27affaa0478e1b81f8a8365ecc55.tar.gz
Use logo.gif
Diffstat (limited to 'usr/local/www/index.php')
-rwxr-xr-xusr/local/www/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/index.php b/usr/local/www/index.php
index 826357a..5340c3f 100755
--- a/usr/local/www/index.php
+++ b/usr/local/www/index.php
@@ -63,7 +63,7 @@ include("head.inc");
<form>
<?php
echo "<center>\n";
- echo "<img src=\"/themes/{$g['theme']}/images/icons/icon_logo.gif\" border=\"0\"><p>\n";
+ echo "<img src=\"/themes/{$g['theme']}/images/logo.gif\" border=\"0\"><p>\n";
echo "<div \" style=\"width:700px;background-color:#ffffff\" id=\"nifty\">\n";
echo "Welcome to pfSense!<p>\n";
echo "One moment while we start the initial setup wizard.<p>\n";
@@ -73,7 +73,7 @@ include("head.inc");
echo "<meta http-equiv=\"refresh\" content=\"1;url=wizard.php?xml=setup_wizard.xml\">\n";
echo "<script type=\"text/javascript\">\n";
echo "NiftyCheck();\n";
- echo "Rounded(\"div#nifty\",\"all\",\"#FFF\",\"#EEEEEE\",\"smooth\");\n";
+ echo "Rounded(\"div#nifty\",\"all\",\"#000\",\"#FFFFFF\",\"smooth\");\n";
echo "</script>\n";
exit;
}
OpenPOWER on IntegriCloud