Ignore:
Timestamp:
Mar 11, 2009, 6:25:26 PM (15 years ago)
Author:
patdenice
Message:

Move get_icon function.

File:
1 edited

Legend:

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

    r3185 r3188  
    245245          'TN_SRC'   => $thumbnail_src_of[$category['representative_picture_id']],
    246246          'TN_ALT'   => strip_tags($category['name']),
    247           'ICON_TS'  => get_icon($category['max_date_last'], $category['is_child_date_last']),
     247          'icon_ts'  => get_icon($category['max_date_last'], $category['is_child_date_last']),
    248248
    249249          'URL'   => make_index_url(
Note: See TracChangeset for help on using the changeset viewer.