Ignore:
Timestamp:
Mar 3, 2012, 7:09:10 PM (12 years ago)
Author:
patdenice
Message:

Multisize and mobile theme.
Use ajax loader for thumbnails in mobile theme.
Use standard square parameters for mobile theme.
Change square parameters to 120px.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/smartpocket/template/mainpage_categories.tpl

    r13235 r13472  
    1 {define_derivative name='derivative_params' width=120 height=120 crop=true}
     1{define_derivative name='derivative_params_square' type='square'}
    22
    33<ul data-role="listview" data-inset="true">
     
    55        <li>
    66                <a href="{$cat.URL}">
    7                 <img src="{$pwg->derivative_url($derivative_params, $cat.representative.src_image)}">
     7                <img src="{$pwg->derivative_url($derivative_params_square, $cat.representative.src_image)}">
    88    <h3>{$cat.NAME}</h3>
    99                <p class="Nb_images">{$cat.CAPTION_NB_IMAGES}</p>
Note: See TracChangeset for help on using the changeset viewer.