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/functions_category.inc.php

    r3171 r3188  
    121121        'URL' => make_index_url(array('category' => $row)),
    122122        'LEVEL' => substr_count($row['global_rank'], '.') + 1,
    123         'ICON_TS' => get_icon($row['max_date_last'], $child_date_last),
     123        'icon_ts' => get_icon($row['max_date_last'], $child_date_last),
    124124        'SELECTED' => $selected_category['id'] == $row['id'] ? true : false,
    125125        'IS_UPPERCAT' => $selected_category['id_uppercat'] == $row['id'] ? true : false,
Note: See TracChangeset for help on using the changeset viewer.