Ignore:
Timestamp:
Jan 28, 2007, 9:56:10 PM (18 years ago)
Author:
vdigital
Message:

Issue 0000614: Display hits under thumbnails like comments counter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/category_default.inc.php

    r1677 r1763  
    105105      )
    106106    );
     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  }
    107115
    108116  if ($conf['show_thumbnail_caption'])
Note: See TracChangeset for help on using the changeset viewer.