PHP Classes

File: htdocs/themes/xswatch4/modules/xoopsfaq/blocks/xoopsfaq_block_category.tpl

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/themes/xswatch4/modules/xoopsfaq/blocks/xoopsfaq_block_category.tpl   Download  
File: htdocs/themes/xswatch4/modules/xoopsfaq/blocks/xoopsfaq_block_category.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: 217 bytes
 

Contents

Class file image Download
<{if !empty($block)}> <div class="list-group"> <{foreach item=cat from=$block.cat|default:null}> <a href="<{$cat.link}>" class="list-group-item list-group-item-action"><{$cat.title}></a> <{/foreach}> </div> <{/if}>