Ignore:
Timestamp:
Jul 6, 2012, 4:32:18 PM (12 years ago)
Author:
flop25
Message:

update for 2.4 : really amazing !

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/flop_style/mainpage_categories/medium_cat.tpl

    r9720 r16393  
    11{combine_css path="template-extension/flop_style/mainpage_categories/medium_cat.css"}
     2{html_style}{literal}
     3.thumbnailCategory .illustration {
     4        width:{/literal}{$derivative_params->max_width()+5}{literal}px;
     5}
     6
     7.thumbnailCategory .description {
     8        height:5em;
     9}
     10{/literal}{/html_style}
    211
    312<ul class="thumbnailCategories">
     
    716                        <div class="illustration">
    817                        <a href="{$cat.URL}">
    9                                 <img src="{$cat.TN_SRC}" alt="{$cat.TN_ALT}" title="{$cat.NAME|@replace:'"':' '} - {'display this album'|@translate}">
     18                                <img src="{$pwg->derivative_url($derivative_params, $cat.representative.src_image)}" alt="{$cat.TN_ALT}" title="{$cat.NAME|@replace:'"':' '} - {'display this album'|@translate}">
    1019                        </a>
    1120                        </div>
Note: See TracChangeset for help on using the changeset viewer.