From 9037726f5a658dc156ef444f2d90271ee2102711 Mon Sep 17 00:00:00 2001 From: plegall Date: Mon, 6 Dec 2004 23:49:58 +0000 Subject: - 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 --- include/functions_category.inc.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'include/functions_category.inc.php') diff --git a/include/functions_category.inc.php b/include/functions_category.inc.php index 0a718b79e..4efbb0d62 100644 --- a/include/functions_category.inc.php +++ b/include/functions_category.inc.php @@ -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 -- cgit v1.2.3