summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_lan.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-11-16 00:48:53 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-11-16 00:48:53 +0000
commitd88c6a9fdfb0a872dadfb90a8f93ba16714240b8 (patch)
treec0afa68c65e00b60f81f31964467e8df6499f110 /usr/local/www/interfaces_lan.php
parent19b331c1fad28919f10122f27783a5e3d8e2db4a (diff)
downloadpfsense-d88c6a9fdfb0a872dadfb90a8f93ba16714240b8.zip
pfsense-d88c6a9fdfb0a872dadfb90a8f93ba16714240b8.tar.gz
Switch over to array style page titles. Obtained-from: m0n0wall
Diffstat (limited to 'usr/local/www/interfaces_lan.php')
-rwxr-xr-xusr/local/www/interfaces_lan.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/local/www/interfaces_lan.php b/usr/local/www/interfaces_lan.php
index 85a8493..8d87c5e 100755
--- a/usr/local/www/interfaces_lan.php
+++ b/usr/local/www/interfaces_lan.php
@@ -139,7 +139,7 @@ if ($_POST) {
}
}
-$pgtitle = "Interfaces: LAN";
+$pgtitle = array("Interfaces","LAN");
include("head.inc");
?>
@@ -160,7 +160,6 @@ function enable_change(enable_over) {
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
<form action="interfaces_lan.php" method="post" name="iform" id="iform">
<?php include("fbegin.inc"); ?>
-<p class="pgtitle"><?=$pgtitle?></p>
<?php if ($input_errors) print_input_errors($input_errors); ?>
<?php if (file_exists($d_landirty_path)): ?><p>
<?php print_info_box_np("The LAN configuration has been changed.<p>You must apply the changes in order for them to take effect.<p>Don't forget to adjust the DHCP Server range if needed before applying.");?><br>
OpenPOWER on IntegriCloud