PHP Classes

File: htdocs/themes/xswatch4/modules/wggallery/wggallery_albumitem_simple.tpl

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/themes/xswatch4/modules/wggallery/wggallery_albumitem_simple.tpl   Download  
File: htdocs/themes/xswatch4/modules/wggallery/wggallery_albumitem_simple.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change:
Date: 2 months ago
Size: 1,244 bytes
 

Contents

Class file image Download
<{if isset($number_cols_album)}> <{if $number_cols_album == 6}> <div class='col-12 col-md-2'> <{elseif $number_cols_album == 4}> <div class='col-12 col-md-3'> <{elseif $number_cols_album == 3}> <div class='col-12 col-md-4'> <{elseif $number_cols_album == 2}> <div class='col-12 col-md-6'> <{/if}> <{else}> <div class='col-12 col-md-12'> <{/if}> <div class='center'> <{if $album.nb_images}> <{if isset($gallery)}> <a class='' href='<{$wggallery_url}>/gallery.php?op=show&amp;alb_id=<{$album.id}><{if !empty($subm_id)}>&amp;subm_id=<{$subm_id}><{/if}>' title='<{$smarty.const._CO_WGGALLERY_IMAGES_ALBUMSHOW}>' target='<{$gallery_target}>' > <{else}> <a class='' href='<{$wggallery_url}>/images.php?op=list&amp;alb_id=<{$album.id}>&amp;alb_pid=<{$album.pid}>' title='<{$smarty.const._CO_WGGALLERY_IMAGES_INDEX}>'> <{/if}> <{/if}> <div class="simpleContainer"> <{if $album.image}><img class="img-fluid" src="<{$album.image}>" alt="<{$album.name}>" title="<{$album.name}>"><{/if}> <div class="simpleContent"> <{if isset($showTitle)}><p><{$album.name}></p><{/if}> <{if isset($showDesc)}><p><{$album.desc}></p><{/if}> </div> </div> <{if $album.nb_images}></a><{/if}> </div> </div>