source: extensions/Simple_Grey/mainpage_categories.tpl @ 4863

Last change on this file since 4863 was 4456, checked in by boulde, 14 years ago

Simple: initial import (v1.1)

File size: 664 bytes
Line 
1<ul class="thumbnailCategories">
2  {foreach from=$category_thumbnails item=cat}
3  <li>
4    <div class="illustration">
5      <a href="{$cat.URL}">
6        <img src="{$cat.TN_SRC}" alt="{$cat.ALT}" title="{'hint_category'|@translate}">
7      </a>
8    </div>
9    <div class="description">
10      <h3><a href="{$cat.URL}">{$cat.NAME}</a>{$cat.ICON_TS}</h3>
11      {if isset($cat.INFO_DATES) }
12      <p class="thumbCatDescNfoDate">{$cat.INFO_DATES}</p>
13      {/if}
14      <p class="thumbCatDescNbImg">{$cat.CAPTION_NB_IMAGES}</p>
15      {if not empty($cat.DESCRIPTION)}
16      <p class="thumbCatDesc">{$cat.DESCRIPTION}</p>
17      {/if}
18    </div>
19  </li>
20  {/foreach}
21</ul>
Note: See TracBrowser for help on using the repository browser.