PHP Classes

File: htdocs/themes/xswatch/modules/publisher/blocks/publisher_category_items_sel.tpl

Recommend this page to a friend!
  Classes of Michael Beck   Xoops 2.5   htdocs/themes/xswatch/modules/publisher/blocks/publisher_category_items_sel.tpl   Download  
File: htdocs/themes/xswatch/modules/publisher/blocks/publisher_category_items_sel.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: 7 years ago
Size: 464 bytes
 

Contents

Class file image Download
<{foreach item=category from=$block.categories}> <!--<strong><{$category.name}></strong> <br>--> <select class="form-control" style="margin-bottom: 5px;" name="publisher_category_item_link" onchange="location=this.options[this.selectedIndex].value"> <{foreach item=item from=$category.items}> <option title="<{$item.title}>" value="<{$item.itemurl}>"><{$item.title}></option> <{/foreach}> </select> <{/foreach}>