summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-05-26 22:15:22 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-05-26 22:15:22 +0000
commit4849c3efa0723dc04bc940095295f762ba425977 (patch)
tree735dfbef186b2b5a4c05765de2b86832e85e7c96
parent6e07381eebd972fb8a70a084d665bd51c8c4f162 (diff)
downloadpfsense-4849c3efa0723dc04bc940095295f762ba425977.zip
pfsense-4849c3efa0723dc04bc940095295f762ba425977.tar.gz
Output page title
-rw-r--r--usr/local/www/firewall_system_tunables.php1
-rw-r--r--usr/local/www/firewall_system_tunables_edit.php1
2 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/www/firewall_system_tunables.php b/usr/local/www/firewall_system_tunables.php
index 2ac0a30..17f75a8 100644
--- a/usr/local/www/firewall_system_tunables.php
+++ b/usr/local/www/firewall_system_tunables.php
@@ -70,6 +70,7 @@ include("head.inc");
?>
<body link="#0000CC" vlink="#0000CC" alink="#0000CC" onload="<?= $jsevents["body"]["onload"] ?>">
<?php include("fbegin.inc"); ?>
+<p class="pgtitle"><?=$pgtitle?></p>
<form action="firewall_virtual_ip.php" method="post">
<div id="inputerrors"></div>
<?php if ($input_errors) print_input_errors($input_errors); ?>
diff --git a/usr/local/www/firewall_system_tunables_edit.php b/usr/local/www/firewall_system_tunables_edit.php
index 2977929..17ea2e9 100644
--- a/usr/local/www/firewall_system_tunables_edit.php
+++ b/usr/local/www/firewall_system_tunables_edit.php
@@ -85,6 +85,7 @@ include("head.inc");
<body link="#0000CC" vlink="#0000CC" alink="#0000CC" onload="<?= $jsevents["body"]["onload"] ?>">
<?php include("fbegin.inc"); ?>
+<p class="pgtitle"><?=$pgtitle?></p>
<div id="inputerrors"></div>
<?php if ($input_errors) print_input_errors($input_errors); ?>
OpenPOWER on IntegriCloud