From 72bdf727ee5c1b64e902b98fe42fe91a44febd5a Mon Sep 17 00:00:00 2001 From: "laurent.duretz" Date: Mon, 29 Mar 2010 08:02:44 +0000 Subject: Issue 1521 : Integration of LinkRoot plugin in Piwigo core git-svn-id: http://piwigo.org/svn/trunk@5441 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/section_init.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/section_init.inc.php') diff --git a/include/section_init.inc.php b/include/section_init.inc.php index a6f5fd698..10a6da258 100644 --- a/include/section_init.inc.php +++ b/include/section_init.inc.php @@ -237,7 +237,7 @@ if ('categories' == $page['section']) } else { - $page['title'] = l10n('Home'); + $page['title'] = ''.l10n('Home').''; } if @@ -625,4 +625,4 @@ if ( 'categories'==$page['section'] and isset($page['category']) ) } trigger_action('loc_end_section_init'); -?> \ No newline at end of file +?> -- cgit v1.2.3