PHP Classes

File: templates_bootstrap/bootstrap4/publisher/blocks/publisher_category_items_sel.tpl

Recommend this page to a friend!
  Packages of Michael Beck   XOOPS Publisher Module   templates_bootstrap/bootstrap4/publisher/blocks/publisher_category_items_sel.tpl   Download  
File: templates_bootstrap/bootstrap4/publisher/blocks/publisher_category_items_sel.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: 492 bytes
 

Contents

Class file image Download
<{foreach item=category from=$block.categories|default:false}> <!--<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|default:false}> <option title="<{$item.title}>" value="<{$item.itemurl}>"><{$item.title}></option> <{/foreach}> </select> <{/foreach}>