PHP Classes

File: templates/blocks/publisher_date_to_date.tpl

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

Contents

Class file image Download
<div class="outer" cellspacing="1"> <div><h4><{$block.lang_articles_from_to|default:''}></h4></div> <div> <ul> <{foreach item=item from=$block.items|default:false}> <li><{$item.itemlink}></li> <{/foreach}> </ul> </div> </div>