diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-07-02 01:49:41 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-07-02 01:49:41 +0000 |
commit | 0366b748feb91380ec874f7bf2ed64c250c9c2c9 (patch) | |
tree | 932086ca1103917d41173da8f966c587779499a4 /usr/local/www/index.php | |
parent | 6eb1764727c45ad387f0409354bfa3345bc6b2d9 (diff) | |
download | pfsense-0366b748feb91380ec874f7bf2ed64c250c9c2c9.zip pfsense-0366b748feb91380ec874f7bf2ed64c250c9c2c9.tar.gz |
Add rounded tabs to add. Fix bottom rounded area.
Diffstat (limited to 'usr/local/www/index.php')
-rwxr-xr-x | usr/local/www/index.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr/local/www/index.php b/usr/local/www/index.php index 91d247d..d66d1f4 100755 --- a/usr/local/www/index.php +++ b/usr/local/www/index.php @@ -53,8 +53,10 @@ if(file_exists("/trigger_initial_wizard")) { conf_mount_rw(); unlink("/trigger_initial_wizard"); conf_mount_ro(); + +include("head.inc"); + ?> -<?php include("head.inc"); ?> <body link="#0000CC" vlink="#0000CC" alink="#0000CC"> <form> <?php @@ -150,7 +152,7 @@ include("head.inc"); <form> <?php include("fbegin.inc"); ?> <center><img src="logobig.jpg"></center> - <div id="nifty"> + <div id="niftyOutter" width="650"> <table bgcolor="#990000" width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td colspan="2" class="listtopic">System information</td> |