Changeset 453
- Timestamp:
- Jul 26, 2004, 10:41:11 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/category.php
r452 r453 270 270 271 271 //------------------------------------------------------ main part : thumbnails 272 if (isset($page['cat']) and $page['cat_nb_images'] != 0) 272 if (isset($page['cat']) 273 and ((is_numeric($page['cat']) and $page['cat_nb_images'] != 0) 274 or $page['cat'] == 'search')) 273 275 { 274 276 include(PHPWG_ROOT_PATH.'include/category_default.inc.php');
Note: See TracChangeset
for help on using the changeset viewer.