Ignore:
Timestamp:
Mar 7, 2013, 12:08:32 PM (11 years ago)
Author:
mistic100
Message:

display the legend at the bottom and not in the middle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/GThumb/template/gthumb.tpl

    r20096 r21311  
    33{assign var=derivative value=$pwg->derivative($GThumb_derivative_params, $thumbnail.src_image)}
    44<li class="gthumb">
    5   <a href="{$thumbnail.URL}">
    65  {if $SHOW_THUMBNAIL_CAPTION }
    76    <span class="thumbLegend">
     
    1716      </span>
    1817      {/if}
     18      {if isset($thumbnail.NB_COMMENTS) && isset($thumbnail.NB_HITS)} - {/if}
    1919      {if isset($thumbnail.NB_HITS)}
    2020      <span class="{if 0==$thumbnail.NB_HITS}zero {/if}nb-hits">
     
    2424    </span>
    2525  {/if}
     26  <a href="{$thumbnail.URL}">
    2627    <img class="thumbnail" {if !$derivative->is_cached()}data-{/if}src="{$derivative->get_url()}" alt="{$thumbnail.TN_ALT}" title="{$thumbnail.TN_TITLE}" {$derivative->get_size_htm()}>
    2728  </a>
Note: See TracChangeset for help on using the changeset viewer.