summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-24 22:53:22 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-24 22:53:22 +0000
commite0ca03cdc29850f4f31d553ba7b087c6d71cf5f0 (patch)
treee47aab94bce3ef6edbdd562f1a611ceffc47fff6 /usr
parent3851094fc6d349ca3973c3eba4e3faf20ce8abbb (diff)
downloadpfsense-e0ca03cdc29850f4f31d553ba7b087c6d71cf5f0.zip
pfsense-e0ca03cdc29850f4f31d553ba7b087c6d71cf5f0.tar.gz
* Make div 700 pixels
* Correct path to logo
Diffstat (limited to 'usr')
-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 46a8d99..826357a 100755
--- a/usr/local/www/index.php
+++ b/usr/local/www/index.php
@@ -63,8 +63,8 @@ include("head.inc");
<form>
<?php
echo "<center>\n";
- echo "<a href=\"/\"><img src=\"./themes/".$g['theme']."/images/icons/icon_logo.gif\" border=\"0\"></a><p>\n";
- echo "<div style=\"background-color:#ffffff\" id=\"nifty\">\n";
+ echo "<img src=\"/themes/{$g['theme']}/images/icons/icon_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";
echo "Embedded platform users: Please be patient, the wizard takes a little longer to run than the normal gui.<p>\n";
OpenPOWER on IntegriCloud