From bdd550108ebaa9f3bae789d63d7f0aae865089f0 Mon Sep 17 00:00:00 2001 From: Matthew Grooms Date: Fri, 25 Jul 2008 19:41:47 +0000 Subject: Fix a bug that prevented the page title from being displayed correctly. --- usr/local/www/head.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'usr/local') diff --git a/usr/local/www/head.inc b/usr/local/www/head.inc index a7a0376..5b078d4 100755 --- a/usr/local/www/head.inc +++ b/usr/local/www/head.inc @@ -8,12 +8,14 @@ if($config['theme'] <> "") else $g['theme'] = "pfsense"; +$pagetitle = gentitle( $pgtitle ); + ?> - gentitle( $pgtitle ) + <?=$pagetitle;?> -- cgit v1.1