From 7491e3c44affb89fe28030f8759283bc1b4aa291 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Sun, 23 Nov 2008 16:51:06 +0000 Subject: Add a site-config parameter to the config.php file. Created a core_block:head method to insert the title into the head section. If the config value is false, the default Browse Photos::$item->title is used. A string value with a trailing '-' will append the config value to $item-title. Otherwise, the page title is set with the supplied value. --- themes/default/views/page.html.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'themes') diff --git a/themes/default/views/page.html.php b/themes/default/views/page.html.php index 8a93c9dc..886ecb15 100644 --- a/themes/default/views/page.html.php +++ b/themes/default/views/page.html.php @@ -4,7 +4,6 @@ - <?= _("Browse Photos") ?> :: <?= $item->title ?> " media="screen,print,projection" /> " @@ -24,7 +23,7 @@ - page_top() ?> + page_top() ?>
-- cgit v1.2.3