Changeset 11924 for trunk/themes


Ignore:
Timestamp:
Aug 9, 2011, 4:21:33 PM (13 years ago)
Author:
flop25
Message:

feature:2390
All the legend is hidden if $confshow_thumbnail_caption = false;

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/template/thumbnails.tpl

    r11918 r11924  
    88                </a>
    99                </span>
     10    {if $SHOW_THUMBNAIL_CAPTION }
    1011                <span class="thumbLegend">
    11                 {if isset($thumbnail.NAME)}{$thumbnail.NAME}{/if}
     12                {$thumbnail.NAME}
    1213                {if !empty($thumbnail.icon_ts)}
    1314                <img title="{$thumbnail.icon_ts.TITLE}" src="{$ROOT_URL}{$themeconf.icon_dir}/recent.png" alt="(!)">
     
    2728                {/if}
    2829                </span>
     30    {/if}
    2931        </span>
    3032        </li>
Note: See TracChangeset for help on using the changeset viewer.