Ignore:
Timestamp:
Jul 24, 2010, 3:57:36 PM (14 years ago)
Author:
grum
Message:

Version 1.3.1, fix bug:1654, bug:1767

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/gally/gally-default/template/mainpage_categories.tpl

    r6109 r6700  
    77      <div class="illustration">
    88        <a href="{$cat.URL}">
    9           <img src="{$cat.TN_SRC}" alt="{$cat.TN_ALT}" title="{$cat.NAME|@replace:'"':' '} - {'shows images at the root of this category'|@translate}">
     9          <img {if isset($cat.EXTRA_CLASS)}class="{$cat.EXTRA_CLASS}"{/if} src="{$cat.TN_SRC}" alt="{$cat.TN_ALT}" title="{$cat.NAME|@replace:'"':' '} - {'shows images at the root of this category'|@translate}">
    1010        </a>
    1111      </div>
Note: See TracChangeset for help on using the changeset viewer.