PHP Classes

File: htdocs/themes/xbootstrap/modules/publisher/blocks/publisher_items_menu.tpl

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/themes/xbootstrap/modules/publisher/blocks/publisher_items_menu.tpl   Download  
File: htdocs/themes/xbootstrap/modules/publisher/blocks/publisher_items_menu.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change: Merge pull request #1388 from mambax7/feature/array_merge_resources_greedy_construction

Merge pull request #1239 from Andrew-Staves-Activ/notificationhandler_subscribe_success

add PHP8 defaults in templates
Merge xswatch4
Date: 1 month ago
Size: 557 bytes
 

Contents

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