Recommend this page to a friend! |
Classes of Michael Beck | > | XOOPS Publisher Module | > | templates/blocks/publisher_items_menu.tpl | > | Download |
|
|
![]() |
<table cellspacing="0"> <tr> <td id="mainmenu"> <{if $block.currentcat}> <{$block.currentcat}> <{/if}> <{foreach item=category from=$block.categories}> <{$category.categoryLink}> <{if $category.items}> <{foreach item=item from=$category.items}> <{$item.titleLink}> <{/foreach}> <{/if}> <{/foreach}> </td> </tr> </table> |