Ignore:
Timestamp:
Sep 4, 2011, 6:08:09 PM (13 years ago)
Author:
flop25
Message:

adding an option to create big thumbnails periodically : new class css, admin option
changing timthumb to phpThumb.php : it's safer and works according document_root
=> new keys to translate

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped_black_bloc/template/thumbnails.tpl

    r11709 r12048  
    11{if !empty($thumbnails)}
    22  {foreach from=$thumbnails item=thumbnail}
    3   <div class="bloc">
     3  <div class="{$thumbnail.TN_CLASS}">
    44        <a href="{$thumbnail.URL}" style="background: url({$thumbnail.TN_SRC}) no-repeat scroll center center transparent; height: {$thumbnail.TN_HEIGHT}px; width: {$thumbnail.TN_WIDTH}px; opacity: 0.75;" >
    55          {if isset($thumbnail.NAME)}{$thumbnail.NAME}{else}{$thumbnail.TN_TITLE}{/if}
Note: See TracChangeset for help on using the changeset viewer.