Changeset 19027 for extensions/PwgCarbon_dft/template
- Timestamp:
- Nov 15, 2012, 10:22:10 AM (12 years ago)
- Location:
- extensions/PwgCarbon_dft/template
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/PwgCarbon_dft/template/mainpage_categories.tpl
r18803 r19027 1 {define_derivative name='derivative_params' type='2small'} 1 2 {html_style} 2 3 … … 32 33 <li class="{if $smarty.foreach.comment_loop.index is odd}odd{else}even{/if}"> 33 34 <div class="thumbnailCategory"> 35 <a href="{$cat.URL}"> 34 36 <div class="illustration"> 35 <a href="{$cat.URL}">36 37 38 37 39 <img class="thumbnail" src="{$pwg->derivative_url($derivative_params, $cat.representative.src_image)}" alt="{$cat.TN_ALT}" title="{$cat.NAME|@replace:'"':' '|@strip_tags:false} - {'display this album'|@translate}"> 38 40 {footer_script}{literal} … … 41 43 }); 42 44 {/literal}{/footer_script} 43 </a> 44 <div class="description"> 45 <span class="thumbLegend"> 45 46 <div class="description"> 47 48 <span class="thumbLegend"> 46 49 <h3> 47 <a href="{$cat.URL}">{$cat.NAME}</a>50 {$cat.NAME} 48 51 {if !empty($cat.icon_ts)} 49 52 <img title="{$cat.icon_ts.TITLE}" src="{$ROOT_URL}{$themeconf.icon_dir}/recent{if $cat.icon_ts.IS_CHILD_DATE}_by_child{/if}.png" alt="(!)"> … … 60 63 61 64 </span> 62 </div> 65 66 </div> 67 </a> 63 68 64 69 -
extensions/PwgCarbon_dft/template/thumbnails.tpl
r18803 r19027 37 37 </a> 38 38 {if $SHOW_THUMBNAIL_CAPTION } 39 40 <a href="{$thumbnail.URL}"> 41 39 42 <div class=description> 40 43 <span class="thumbLegend"> … … 57 60 </span> 58 61 </div> 62 </a> 59 63 </div> 60 64 </span>
Note: See TracChangeset
for help on using the changeset viewer.