Ignore:
Timestamp:
May 8, 2015, 9:22:22 PM (9 years ago)
Author:
SergeD
Message:

version 1.0.17 - refer to changelog for more details

Location:
extensions/GDThumb/template
Files:
2 edited

Legend:

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

    r31060 r31134  
    66{foreach from=$category_thumbnails item=cat name=cat_loop}
    77{assign var=derivative value=$pwg->derivative($GDThumb_derivative_params, $cat.representative.src_image)}
    8 {if !$derivative->is_cached()}
    9 {combine_script id='jquery.ajaxmanager' path='themes/default/js/plugins/jquery.ajaxmanager.js' load='footer'}
    10 {combine_script id='thumbnails.loader' path='themes/default/js/thumbnails.loader.js' require='jquery.ajaxmanager' load='footer'}
    11 {/if}
     8
    129  <li class="gdthumb{if $GDThumb.thumb_animate} animate{/if}">
    1310    {if $GDThumb.thumb_mode_album !== "hide" }
  • extensions/GDThumb/template/gdthumb_thumb.tpl

    r31060 r31134  
    11{if !empty($thumbnails)}
    2 {*
    3   {$thumbnails|print_r}
    4 *}
    5 {foreach from=$thumbnails item=thumbnail}
    6 {assign var=derivative value=$pwg->derivative($GDThumb_derivative_params, $thumbnail.src_image)}
    7 {assign var=media_type value={media_type file=$thumbnail.file}}
    8 {assign var=media_type_name value={$media_type|capitalize:false:true}}
     2  {foreach from=$thumbnails item=thumbnail}
     3  {assign var=derivative value=$pwg->derivative($GDThumb_derivative_params, $thumbnail.src_image)}
     4  {assign var=media_type value={media_type file=$thumbnail.file}}
     5  {assign var=media_type_name value={$media_type|capitalize:false:true}}
     6  {* {$thumbnails|print_r} *}
    97
    108<li class="gdthumb{if $GDThumb.thumb_animate} animate{/if}">
Note: See TracChangeset for help on using the changeset viewer.