From 8837f72d4b5158460566c84f330bc2dca1e7890e Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 1 Dec 2007 23:37:24 +0000 Subject: Change pgtitle to an array. Do not print out the title twice as it has been moved to fbegin.inc. --- usr/local/www/system_usermanager_edit.php | 4 +--- 1 file changed, 1 insertion(+), 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"); "> -

-- cgit v1.1