PHP Classes

File: templates/wggallery_categoryitem_simple.tpl

Recommend this page to a friend!
  Classes of Goffy G   wgGallery   templates/wggallery_categoryitem_simple.tpl   Download  
File: templates/wggallery_categoryitem_simple.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: 744 bytes
 

Contents

Class file image Download
<a class='' href='index.php?op=list&amp;alb_pid=<{$category.id}>' title='<{$smarty.const._CO_WGGALLERY_COLL_ALBUMS}>'> <{if $category.image}> <div class="simpleContainer center"> <img class="img-responsive" src="<{$category.image}>" alt="<{$category.name}>" title="<{$category.name}>"> <div class="simpleContent"> <{if $showTitle}><p><{$category.name}></p><{/if}> <{if $showDesc}><p><{$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}> </a>