From d88c6a9fdfb0a872dadfb90a8f93ba16714240b8 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Fri, 16 Nov 2007 00:48:53 +0000 Subject: Switch over to array style page titles. Obtained-from: m0n0wall --- usr/local/www/system_firmware.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr/local/www/system_firmware.php') diff --git a/usr/local/www/system_firmware.php b/usr/local/www/system_firmware.php index 807e0cf..f5d6175 100755 --- a/usr/local/www/system_firmware.php +++ b/usr/local/www/system_firmware.php @@ -35,7 +35,7 @@ require_once("xmlrpc_client.inc"); /* if upgrade in progress, alert user */ if(file_exists($d_firmwarelock_path)) { - $pgtitle = "System: Firmware: Manual Update"; + $pgtitle = array("System","Firmware","Manual Update"); include("head.inc"); echo "\n"; include("fbegin.inc"); @@ -135,7 +135,6 @@ include("head.inc"); ?> -

"") print_info_box($fwinfo); ?> -- cgit v1.1