Show
Ignore:
Timestamp:
01/04/11 21:48:26 (2 years ago)
Author:
rvelices
Message:

thumbnails.tpl is smarty "stripped" to reduce payload-> increased margins of thumbnails in css

Files:
1 modified

Legend:

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

    r8401 r8469  
    1  
    21{if !empty($thumbnails)} 
    3 {foreach from=$thumbnails item=thumbnail} 
     2{strip}{foreach from=$thumbnails item=thumbnail} 
    43        <li> 
    54        <span class="wrap1"> 
     
    3029        </span> 
    3130        </li> 
    32 {/foreach} 
     31{/foreach}{/strip} 
    3332{/if}