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_cats.inc.php

    r9365 r11285  
    307307          'TN_SRC'   => $thumbnail_src_of[$category['representative_picture_id']],
    308308          'TN_ALT'   => strip_tags($category['name']),
    309           'icon_ts'  => get_icon($category['max_date_last'], $category['is_child_date_last']),
    310309
    311310          'URL'   => make_index_url(
     
    329328          'NAME'  => $name,
    330329        );
     330    if ($conf['index_new_icon'])
     331    {
     332      $row['icon_ts'] = get_icon($category['max_date_last'], $category['is_child_date_last']);
     333    }
    331334
    332335    if ($conf['display_fromto'])
Note: See TracChangeset for help on using the changeset viewer.