diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -111,7 +111,7 @@ $page['body_id'] = 'theCategoryPage'; $template->set_filenames( array('index'=>'index.tpl') ); //-------------------------------------------------------------- category title -$template_title = $page['title']; +$template_title = $page['section_title']; if (count($page['items']) > 0) { $template_title.= ' ['.count($page['items']).']'; |