Changeset 1763 for trunk/admin/include


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

Issue 0000614: Display hits under thumbnails like comments counter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/include/functions.php

    r1726 r1763  
    11581158      $insert['show_nb_comments'] =
    11591159        boolean_to_string($conf['show_nb_comments']);
     1160      $insert['show_nb_hits'] =
     1161        boolean_to_string($conf['show_nb_hits']);
    11601162      $insert['maxwidth'] = $conf['default_maxwidth'];
    11611163      $insert['maxheight'] = $conf['default_maxheight'];
Note: See TracChangeset for help on using the changeset viewer.