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
This commit is contained in:
laurent.duretz
2010-03-22 11:09:32 +00:00
parent 9b86ed4be7
commit d6cc2b0a0a
3 changed files with 10 additions and 14 deletions
+2 -2
View File
@@ -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');
?>
?>