Changeset 6377


Ignore:
Timestamp:
May 26, 2010, 9:24:50 PM (14 years ago)
Author:
Gotcha
Message:

bug:1702

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/sobre/template/mainpage_categories.tpl

    r6302 r6377  
    1313                                <h3>
    1414                                        <a href="{$cat.URL}">{$cat.NAME}</a>
    15                                         {$cat.ICON_TS}
     15
     16                                        {if !empty($cat.icon_ts)}
     17                                        <img title="{$cat.icon_ts.TITLE}" src="{$ROOT_URL}{$themeconf.icon_dir}/recent{if $cat.icon_ts.IS_CHILD_DATE}_by_child{/if}.png" class="icon" alt="(!)">
     18                                        {/if}
    1619                                </h3>
    1720                <div class="text">
Note: See TracChangeset for help on using the changeset viewer.