PHP Classes

File: templates_bootstrap/bootstrap3/publisher/blocks/publisher_items_menu.tpl

Recommend this page to a friend!
  Packages of Michael Beck   XOOPS Publisher Module   templates_bootstrap/bootstrap3/publisher/blocks/publisher_items_menu.tpl   Download  
File: templates_bootstrap/bootstrap3/publisher/blocks/publisher_items_menu.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: XOOPS Publisher Module
Publish static HTML content and article with XOOPS
Author: By
Last change:
Date: 9 months ago
Size: 543 bytes
 

Contents

Class file image Download
<{if $block.currentcat}> <span class="label label-success" style="margin-right: 3px;"> <{$block.currentcat}> </span> <{/if}> <{foreach item=category from=$block.categories|default:false}> <span class="label label-primary" style="margin-right: 3px;"><{$category.categoryLink}></span> <{if $category.items}> <{foreach item=item from=$category.items|default:false}> <span class="label label-primary" style="margin-right: 3px;"><{$item.titleLink}></span> <{/foreach}> <{/if}> <{/foreach}>