PHP Classes

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

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/themes/xswatch4/modules/wggallery/wggallery_categoryitem_2.tpl   Download  
File: htdocs/themes/xswatch4/modules/wggallery/wggallery_categoryitem_2.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: 2,105 bytes
 

Contents

Class file image Download
<{if $category.image}> <div class='center'> <a class='' href='index.php?op=list&amp;alb_pid=<{$category.id}>' title='<{$smarty.const._CO_WGGALLERY_COLL_ALBUMS}>'> <img class='img-fluid wgg-album-img' src='<{$category.image}>' alt='<{$category.name}>'></a> </div> <{/if}> <div class='center wgg-album-name'><{$category.name}></div> <div class='center wgg-album-desc'><{$category.desc}></div> <div class='center wgg-album-footer'> <a class='btn btn-secondary wgg-btn' href='index.php?op=list&amp;alb_pid=<{$category.id}><{if isset($subm_id)}>&amp;subm_id=<{$subm_id}><{/if}>' title='<{$smarty.const._CO_WGGALLERY_COLL_ALBUMS}>'> <span class = "wgg-btn-icon"><img class='' src='<{$wggallery_icon_url_16}>albums.png' alt='<{$smarty.const._CO_WGGALLERY_ALBUMS_COUNT}>' title='<{$smarty.const._CO_WGGALLERY_ALBUMS_COUNT}>'></span><{if isset($displayButtonText)}><{$smarty.const._CO_WGGALLERY_COLL_ALBUMS}><{/if}></a> <{if $category.edit}> <a class='btn btn-secondary wgg-btn' href='albums.php?op=edit&amp;alb_id=<{$category.id}>' title='<{$smarty.const._EDIT}>'> <span class = "wgg-btn-icon"><img class='' src='<{$wggallery_icon_url_16}>edit.png' alt='<{$smarty.const._EDIT}>'></span><{if isset($displayButtonText)}><{$smarty.const._EDIT}><{/if}></a> <a class='btn btn-secondary wgg-btn' href='albums.php?op=delete&amp;alb_id=<{$category.id}>' title='<{$smarty.const._DELETE}>'> <span class = "wgg-btn-icon"><img class='' src='<{$wggallery_icon_url_16}>delete.png' alt='<{$smarty.const._DELETE}>'></span><{if isset($displayButtonText)}><{$smarty.const._DELETE}><{/if}></a> <{/if}> <{if isset($album_showsubmitter)}> <a class='btn btn-secondary wgg-btn' href='index.php?op=list&amp;subm_id=<{$category.alb_submitter}>' title='<{$smarty.const._CO_WGGALLERY_SUBMITTER}>'> <span class = "wgg-btn-icon"><img class='' src='<{$wggallery_icon_url_16}>submitter.png' alt='<{$smarty.const._CO_WGGALLERY_SUBMITTER}>'></span><{if isset($displayButtonText)}><{$category.submitter}><{/if}></a> <{/if}> </div>