diff options
author | laurent.duretz <laurent.duretz@piwigo.org> | 2010-03-22 11:09:32 +0000 |
---|---|---|
committer | laurent.duretz <laurent.duretz@piwigo.org> | 2010-03-22 11:09:32 +0000 |
commit | d6cc2b0a0a0e5c5bd60e2d31d17ac5c15c54ad95 (patch) | |
tree | 9d97d716323de5a13b09e750b4aa101b751eaed6 /include/section_init.inc.php | |
parent | 9b86ed4be790ed27039623c8aefdb274b95ddc8b (diff) |
Issue 1521 : Integration of LinkRoot plugin in Piwigo core
git-svn-id: http://piwigo.org/svn/branches/2.0@5254 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 c7725cbbf..6264d0c28 100644 --- a/include/section_init.inc.php +++ b/include/section_init.inc.php @@ -238,7 +238,7 @@ if ('categories' == $page['section']) } else { - $page['title'] = l10n('no_category'); + $page['title'] = '<a href="'.PHPWG_ROOT_PATH.$conf['home_page'].'">'.l10n('no_category').'</a>'; } if @@ -601,4 +601,4 @@ if ( 'categories'==$page['section'] and isset($page['category']) ) } trigger_action('loc_end_section_init'); -?>
\ No newline at end of file +?> |