Ignore:
Timestamp:
Jan 23, 2015, 7:56:01 PM (9 years ago)
Author:
SergeD
Message:

version 1.0.15 - please refer to changelog for more details

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/GDThumb/template/gdthumb_cat.tpl

    r30225 r30901  
    1515      <span class="thumbName">
    1616        <span class="thumbTitle">{$cat.NAME}
    17         {if !empty($cat.icon_ts)}
    18         <img title="{$cat.icon_ts.TITLE}" src="{$ROOT_URL}{$themeconf.icon_dir}/recent{if $cat.icon_ts.IS_CHILD_DATE}_by_child{/if}.png" alt="(!)">
     17        {if $GDThumb.thumb_mode_album !== "overlay-ex"}
     18          {if !empty($cat.icon_ts)}
     19          <img title="{$cat.icon_ts.TITLE}" src="{$ROOT_URL}{$themeconf.icon_dir}/recent{if $cat.icon_ts.IS_CHILD_DATE}_by_child{/if}.png" alt="(!)">
     20          {/if}
    1921        {/if}
    2022        </span>
    2123        {if $GDThumb.thumb_mode_album == "overlay-ex"}
    22           <span class="thumbInfo">
    23             <span class="item-num">{$cat.count_images}</span>
    24             <span class="glyphicon glyphicon-th-large grid-gallery-icon"></span>
    25           </span>
     24        <span class="thumbInfo">
     25          <span class="item-num">{$cat.count_images}</span>
     26          <span class="glyphicon glyphicon-th-large grid-gallery-icon"></span>
     27          {if !empty($cat.icon_ts)}
     28          <span class="new-thumb glyphicon glyphicon-asterisk" title="{$cat.icon_ts.TITLE}" alt="(!)"></span>
     29          {/if}
     30        </span>
    2631        {elseif $GDThumb.thumb_metamode !== "hide"}
    2732          {if isset($cat.INFO_DATES) }
Note: See TracChangeset for help on using the changeset viewer.