summaryrefslogtreecommitdiffstats
path: root/usr/local/www/index.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-02 01:49:41 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-02 01:49:41 +0000
commit0366b748feb91380ec874f7bf2ed64c250c9c2c9 (patch)
tree932086ca1103917d41173da8f966c587779499a4 /usr/local/www/index.php
parent6eb1764727c45ad387f0409354bfa3345bc6b2d9 (diff)
downloadpfsense-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-xusr/local/www/index.php6
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>
OpenPOWER on IntegriCloud