mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
- change the category levels separator to a "superior to" to be the same as
in picture.php - add a link on each category level as in picture.php git-svn-id: http://piwigo.org/svn/trunk@641 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -346,7 +346,11 @@ function initialize_category( $calling_page = 'category' )
|
||||
$page['cat_uploadable'] = $result['uploadable'];
|
||||
$page['cat_commentable'] = $result['commentable'];
|
||||
$page['uppercats'] = $result['uppercats'];
|
||||
$page['title'] = get_cat_display_name( $page['cat_name'],' - ','',false);
|
||||
$page['title'] =
|
||||
get_cat_display_name($page['cat_name'],
|
||||
' > ',
|
||||
'category.php?cat=',
|
||||
false);
|
||||
$page['where'] = ' WHERE category_id = '.$page['cat'];
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user