source: trunk/themes/smartpocket/template/mainpage_categories.tpl @ 13545

Last change on this file since 13545 was 13545, checked in by patdenice, 12 years ago

Automaticaly set better derivative params for mobile theme according to screen size.

File size: 339 bytes
Line 
1<ul data-role="listview" data-inset="true">
2{foreach from=$category_thumbnails item=cat}
3        <li>
4                <a href="{$cat.URL}">
5                <img src="{$pwg->derivative_url($thumbnail_derivative_params, $cat.representative.src_image)}">
6    <h3>{$cat.NAME}</h3>
7                <p class="Nb_images">{$cat.CAPTION_NB_IMAGES}</p>
8                </a>
9  </li>
10{/foreach}
11</ul>
12
Note: See TracBrowser for help on using the repository browser.