PHP Classes

File: templates/wggallery_categoryitem_bcards.tpl

Recommend this page to a friend!
  Classes of Goffy G   wgGallery   templates/wggallery_categoryitem_bcards.tpl   Download  
File: templates/wggallery_categoryitem_bcards.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: wgGallery
Image gallery module for XOOPS CMS
Author: By
Last change:
Date: 3 years ago
Size: 802 bytes
 

Contents

Class file image Download
<div class="card"> <{if $category.image}> <a class='' href='index.php?op=list&amp;alb_pid=<{$category.id}>' title='<{$smarty.const._CO_WGGALLERY_COLL_ALBUMS}>'> <img class="card-img-top img-responsive" src="<{$category.image}>" alt="<{$category.name}>" title="<{$category.name}>"></a> <{/if}> <div class="card-body"> <{if $showTitle}><h5 class="center"><{$category.name}></h5><{/if}> <{if $showDesc}><p class="center"><{$category.desc}></p><{/if}> <p class="center"><a class='btn btn-primary wg-color1' href='index.php?op=list&amp;alb_pid=<{$category.id}>' title='<{$smarty.const._CO_WGGALLERY_COLL_ALBUMS}>'><{$smarty.const._CO_WGGALLERY_COLL_ALBUMS}></a></p> </div> </div> <{if $category.linebreak}> <div class='clear'>&nbsp;</div> <{/if}>