diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/functions_category.inc.php | 6 |
1 files changed, 5 insertions, 1 deletions
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 |