Ignore:
Timestamp:
Jun 29, 2009, 5:00:34 PM (15 years ago)
Author:
flop25
Message:

refresh all the tpl with current yoga tpl.

maj avec le yoga de pwg 2.0.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/floPure/mainpage_categories.tpl

    r3333 r3474  
    77      <div class="illustration">
    88        <a href="{$cat.URL}">
    9           <img src="{$cat.TN_SRC}" alt="{$cat.ALT}" title="{'hint_category'|@translate}">
     9          <img src="{$cat.TN_SRC}" alt="{$cat.TN_ALT}" title="{$cat.NAME|@replace:'"':' '} - {'hint_category'|@translate}">
    1010        </a>
    1111      </div>
     
    1313        <h3>
    1414          <a href="{$cat.URL}">{$cat.NAME|truncate:30:" [...]"}</a>
    15           {$cat.ICON}
     15          {$cat.ICON_TS}
    1616        </h3>
     17                <div class="text">
    1718        {if isset($cat.INFO_DATES) }
    1819        <p>{$cat.INFO_DATES}</p>
     
    2021        <p>{$cat.CAPTION_NB_IMAGES}</p>
    2122        <p class="cat_description">{$cat.DESCRIPTION}</p>
     23                </div>
    2224      </div>
    2325    </div>
     
    2527  {/foreach}
    2628</ul>
    27 
Note: See TracChangeset for help on using the changeset viewer.