diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-07-24 22:53:22 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-07-24 22:53:22 +0000 |
commit | e0ca03cdc29850f4f31d553ba7b087c6d71cf5f0 (patch) | |
tree | e47aab94bce3ef6edbdd562f1a611ceffc47fff6 /usr/local | |
parent | 3851094fc6d349ca3973c3eba4e3faf20ce8abbb (diff) | |
download | pfsense-e0ca03cdc29850f4f31d553ba7b087c6d71cf5f0.zip pfsense-e0ca03cdc29850f4f31d553ba7b087c6d71cf5f0.tar.gz |
* Make div 700 pixels
* Correct path to logo
Diffstat (limited to 'usr/local')
-rwxr-xr-x | usr/local/www/index.php | 4 |
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"; |