Ignore:
Timestamp:
Dec 17, 2013, 11:19:05 PM (10 years ago)
Author:
Miklfe
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/PwgCarbon/template/thumbnails.tpl

    r19026 r25996  
    1 {php}
    2         global $PwgCarbon;
    3         $this->assign( 'PwgCarbon', $PwgCarbon );
    4 {/php}
    5 
    6 
    71{if !empty($thumbnails)}{strip}
    82{combine_script id='jquery.ajaxmanager' path='themes/default/js/plugins/jquery.ajaxmanager.js' load='footer'}
     
    4943                        </a>
    5044                        {if $SHOW_THUMBNAIL_CAPTION }
     45                        {if ($PwgCarbon.lytebox)==1}
     46                                <a href="{$thumbnail.path}" class="lytebox" data-lyte-options="borderSize:100 slide:true group:name showNavigation:true navType:1 slideInterval:10000 pauseOnPrevClick:true pauseOnNextClick:true" title="{$thumbnail.NAME|strip_tags:false|replace:'\'':'&#39;'|replace:'"':'&quot;'}">
     47                                        {else}
    5148                        <a href="{$thumbnail.URL}">
     49                        {/if}
    5250
    5351                        <div class=description>
Note: See TracChangeset for help on using the changeset viewer.