PHP Classes

File: templates/blocks/publisher_items_menu.tpl

Recommend this page to a friend!
  Packages of Michael Beck   XOOPS Publisher Module   templates/blocks/publisher_items_menu.tpl   Download  
File: templates/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: added smarty defaults
PHP8
Date: 7 months ago
Size: 499 bytes
 

Contents

Class file image Download
<table cellspacing="0"> <tr> <td id="mainmenu"> <{if $block.currentcat|default:''}> <{$block.currentcat}> <{/if}> <{foreach item=category from=$block.categories|default:false}> <{$category.categoryLink}> <{if $category.items|default:''}> <{foreach item=item from=$category.items|default:false}> <{$item.titleLink}> <{/foreach}> <{/if}> <{/foreach}> </td> </tr> </table>