Changeset 19027


Ignore:
Timestamp:
Nov 15, 2012, 10:22:10 AM (11 years ago)
Author:
Miklfe
Message:
 
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'}
    12{html_style}
    23
     
    3233        <li class="{if $smarty.foreach.comment_loop.index is odd}odd{else}even{/if}">
    3334                <div class="thumbnailCategory">
     35                <a href="{$cat.URL}">                                   
    3436                        <div class="illustration">
    35                         <a href="{$cat.URL}">
    36                                
     37               
     38       
    3739                                <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}">
    3840                                {footer_script}{literal}
     
    4143                                });
    4244                                {/literal}{/footer_script}
    43                         </a>
    44                                                                         <div class="description">
    45                         <span class="thumbLegend">
     45               
     46                                <div class="description">
     47                       
     48                                <span class="thumbLegend">
    4649                                <h3>
    47                                         <a href="{$cat.URL}">{$cat.NAME}</a>
     50                                        {$cat.NAME}
    4851                                        {if !empty($cat.icon_ts)}
    4952                                        <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="(!)">
     
    6063                               
    6164                        </span>
    62                         </div>
     65               
     66                        </div> 
     67                </a>
    6368
    6469                       
  • extensions/PwgCarbon_dft/template/thumbnails.tpl

    r18803 r19027  
    3737                        </a>
    3838                        {if $SHOW_THUMBNAIL_CAPTION }
     39                       
     40                <a href="{$thumbnail.URL}">
     41
    3942                        <div class=description>
    4043                                <span class="thumbLegend">
     
    5760                                </span>
    5861                        </div>
     62                </a>   
    5963                        </div>                         
    6064                </span>
Note: See TracChangeset for help on using the changeset viewer.