diff options
author | laurent.duretz <laurent.duretz@piwigo.org> | 2010-03-29 08:02:44 +0000 |
---|---|---|
committer | laurent.duretz <laurent.duretz@piwigo.org> | 2010-03-29 08:02:44 +0000 |
commit | 72bdf727ee5c1b64e902b98fe42fe91a44febd5a (patch) | |
tree | 71490901cd9dff8b4561ac71242015fe5ae3712b /include/section_init.inc.php | |
parent | 36a4b9aff5c3c4e9418b1f9286497056cd7196f3 (diff) |
Issue 1521 : Integration of LinkRoot plugin in Piwigo core
git-svn-id: http://piwigo.org/svn/trunk@5441 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | include/section_init.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
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'] = '<a href="'.PHPWG_ROOT_PATH.$conf['home_page'].'">'.l10n('Home').'</a>'; } 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 +?> |