PHP Classes

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

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/themes/xswatch4/modules/wggallery/wggallery_categoryitem_simple.tpl   Download  
File: htdocs/themes/xswatch4/modules/wggallery/wggallery_categoryitem_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: 525 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-fluid" src="<{$category.image}>" alt="<{$category.name}>" title="<{$category.name}>"> <div class="simpleContent"> <{if isset($showTitle)}><p><{$category.name}></p><{/if}> <{if isset($showDesc)}><p><{$category.desc}></p><{/if}> </div> </div> <{/if}> </a>