Ignore:
Timestamp:
Dec 7, 2006, 1:10:22 AM (17 years ago)
Author:
rub
Message:

Icon is showed in the same way between recent categories and recent images.

File:
1 edited

Legend:

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

    r1624 r1638  
    149149      {
    150150        $name = get_cat_display_name_cache($category['uppercats'], null, false);
    151         $icon_ts = '';
    152151      }
    153152      else
    154153      {
    155154        $name = $category['name'];
    156         $icon_ts = get_icon($category['max_date_last'], $category['is_child_date_last']);
    157       }
     155      }
     156
     157      $icon_ts = get_icon($category['max_date_last'], $category['is_child_date_last']);
    158158
    159159      $template->assign_block_vars(
Note: See TracChangeset for help on using the changeset viewer.