From 7a3a12a93c8b197e984d303bfccd92a524e567dc Mon Sep 17 00:00:00 2001 From: z0rglub Date: Tue, 27 Jul 2004 06:36:20 +0000 Subject: use include/category_default.inc.php to display most_visited and recent_pics git-svn-id: http://piwigo.org/svn/trunk@459 68402e56-0260-453c-a942-63ccdbb3a9ee --- category.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'category.php') diff --git a/category.php b/category.php index 1d84483a7..3fbc5eae8 100644 --- a/category.php +++ b/category.php @@ -271,7 +271,9 @@ $template->assign_block_vars('summary', array( //------------------------------------------------------ main part : thumbnails if (isset($page['cat']) and ((is_numeric($page['cat']) and $page['cat_nb_images'] != 0) - or $page['cat'] == 'search')) + or $page['cat'] == 'search' + or $page['cat'] == 'most_visited' + or $page['cat'] == 'recent_pics')) { include(PHPWG_ROOT_PATH.'include/category_default.inc.php'); } -- cgit v1.2.3