- 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:
plegall
2004-12-06 23:49:58 +00:00
parent 6cc0255b0d
commit 9037726f5a

View File

@@ -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