Changeset 21217


Ignore:
Timestamp:
Mar 5, 2013, 10:47:21 PM (11 years ago)
Author:
flop25
Message:

boulet time

Location:
extensions/stripped/template
Files:
2 edited

Legend:

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

    r21216 r21217  
    99<ul class="thumbnailCategories">
    1010  {foreach from=$category_thumbnails item=cat name=catloop}
     11  {assign var=derivative value=$pwg->derivative($stripped.albumSize, $cat.representative.src_image)}
    1112  {if !$derivative->is_cached()}
    1213  {combine_script id='jquery.ajaxmanager' path='themes/default/js/plugins/jquery.ajaxmanager.js' load='footer'}
    1314  {combine_script id='thumbnails.loader' path='themes/default/js/thumbnails.loader.js' require='jquery.ajaxmanager' load='footer'}
    1415  {/if}
    15   {assign var=derivative value=$pwg->derivative($stripped.albumSize, $cat.representative.src_image)}
    1616  <li class="odd{if ($smarty.foreach.catloop.iteration-1) % 2 == 0}0{else}1{/if}" {if ($stripped.albumFrame)}onclick="window.location='{$cat.URL}';"{/if}>
    1717        <div class="thumbnailCategory">
  • extensions/stripped/template/thumbnails.tpl

    r21216 r21217  
    99<ul class="thumbList">
    1010        {foreach from=$thumbnails item=thumbnail}
    11                 {assign var=derivative value=$pwg->derivative($stripped.thumbSize, $thumbnail.src_image)}
     11  {assign var=derivative value=$pwg->derivative($stripped.thumbSize, $thumbnail.src_image)}
    1212  {if !$derivative->is_cached()}
    1313  {combine_script id='jquery.ajaxmanager' path='themes/default/js/plugins/jquery.ajaxmanager.js' load='footer'}
Note: See TracChangeset for help on using the changeset viewer.