summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-12-01 23:37:24 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-12-01 23:37:24 +0000
commit8837f72d4b5158460566c84f330bc2dca1e7890e (patch)
tree7d16b450388f5f108782b3bed1686e848afc35f7
parent6818410973d0bde5a0371458f7384860c0307388 (diff)
downloadpfsense-8837f72d4b5158460566c84f330bc2dca1e7890e.zip
pfsense-8837f72d4b5158460566c84f330bc2dca1e7890e.tar.gz
Change pgtitle to an array. Do not print out the title twice as it has been moved to fbegin.inc.
-rw-r--r--usr/local/www/system_usermanager_edit.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/local/www/system_usermanager_edit.php b/usr/local/www/system_usermanager_edit.php
index 6be5b75..0070370 100644
--- a/usr/local/www/system_usermanager_edit.php
+++ b/usr/local/www/system_usermanager_edit.php
@@ -30,8 +30,7 @@
require("guiconfig.inc");
-$pgtitle = "System: User manager: Edit privilege";
-
+$pgtitle = array("System","User manager","Edit privilege");
/*
The following code presumes, that the following XML structure exists or
@@ -225,7 +224,6 @@ include("head.inc");
<body link="#0000CC" vlink="#0000CC" alink="#0000CC" onload="<?= $jsevents["body"]["onload"] ?>">
<?php include("fbegin.inc"); ?>
-<p class="pgtitle"><?=$pgtitle;?></p>
<?php if ($input_errors) print_input_errors($input_errors); ?>
<?php if ($savemsg) print_info_box($savemsg); ?>
<form action="system_usermanager_edit.php" method="post" name="iform" id="iform">
OpenPOWER on IntegriCloud