Ignore:
Timestamp:
Jun 9, 2011, 10:34:48 PM (13 years ago)
Author:
mistic100
Message:

feature:2330 ability to hide the "new" icon for recent photos

File:
1 edited

Legend:

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

    r8728 r11285  
    111111      'TN_ALT'    => $row['file'],
    112112      'TN_TITLE'  => get_thumbnail_title($row),
    113       'icon_ts'   => get_icon($row['date_available']),
    114113      'URL'       => $url,
    115114
     
    128127                true:false, /* lack of include/functions_picture.inc.php */
    129128    );
     129  if ($conf['index_new_icon'])
     130  {
     131    $row['icon_ts'] = get_icon($row['date_available']);
     132  }
    130133
    131134  if ($user['show_nb_hits'])
Note: See TracChangeset for help on using the changeset viewer.