Changeset 1763 for trunk/include/category_default.inc.php
- Timestamp:
- Jan 28, 2007, 9:56:10 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/category_default.inc.php
r1677 r1763 105 105 ) 106 106 ); 107 if ($user['show_nb_hits'] 108 and isset($page['category']) 109 and $conf['show_nb_hits']) 110 { 111 $template->assign_block_vars( 112 'thumbnails.line.thumbnail.nb_hits', 113 array('HITS'=> l10n_dec('%d hit', '%d hits', $row['hit']))); 114 } 107 115 108 116 if ($conf['show_thumbnail_caption'])
Note: See TracChangeset
for help on using the changeset viewer.