Changeset 3189
- Timestamp:
- Mar 11, 2009, 8:41:21 PM (16 years ago)
- Location:
- trunk/template/yoga
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/template/yoga/mainpage_categories.tpl
r3188 r3189 14 14 <a href="{$cat.URL}">{$cat.NAME}</a> 15 15 {if !empty($cat.icon_ts)} 16 <img title="{$cat.icon_ts.TITLE}" src="{$ROOT_URL}{$themeconf.icon_dir}/recent{if $cat.icon_ts.IS_CHILD_DATE}_by_child{/if}.png" class="icon" alt="(!)" />16 <img title="{$cat.icon_ts.TITLE}" src="{$ROOT_URL}{$themeconf.icon_dir}/recent{if $cat.icon_ts.IS_CHILD_DATE}_by_child{/if}.png" class="icon" alt="(!)"> 17 17 {/if} 18 18 </h3> -
trunk/template/yoga/menubar_categories.tpl
r3188 r3189 23 23 {/if} 24 24 {if !empty($cat.icon_ts)} 25 <img title="{$cat.icon_ts.TITLE}" src="{$ROOT_URL}{$themeconf.icon_dir}/recent{if $cat.icon_ts.IS_CHILD_DATE}_by_child{/if}.png" class="icon" alt="(!)" />25 <img title="{$cat.icon_ts.TITLE}" src="{$ROOT_URL}{$themeconf.icon_dir}/recent{if $cat.icon_ts.IS_CHILD_DATE}_by_child{/if}.png" class="icon" alt="(!)"> 26 26 {/if} 27 27 {assign var='ref_level' value=$cat.LEVEL} -
trunk/template/yoga/thumbnails.tpl
r3188 r3189 14 14 {if isset($thumbnail.NAME)}{$thumbnail.NAME}{/if} 15 15 {if !empty($thumbnail.icon_ts)} 16 <img title="{$thumbnail.icon_ts.TITLE}" src="{$ROOT_URL}{$themeconf.icon_dir}/recent.png" class="icon" alt="(!)" />16 <img title="{$thumbnail.icon_ts.TITLE}" src="{$ROOT_URL}{$themeconf.icon_dir}/recent.png" class="icon" alt="(!)"> 17 17 {/if} 18 18 {if isset($thumbnail.NB_COMMENTS)}
Note: See TracChangeset
for help on using the changeset viewer.