PHP Classes

File: templates/blocks/publisher_items_recent.tpl

Recommend this page to a friend!
  Classes of Michael Beck   XOOPS Publisher Module   templates/blocks/publisher_items_recent.tpl   Download  
File: templates/blocks/publisher_items_recent.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: 4 years ago
Size: 785 bytes
 

Contents

Class file image Download
<table class="outer" cellspacing="1"> <tr> <td class="head"><{$block.lang_title}></td> <td class="head" align="left"><{$block.lang_category}></td> <td class="head" align="center" width="100"><{$block.lang_poster}></td> <td class="head" align="right" width="120"><{$block.lang_date}></td> </tr> <{foreach item=item from=$block.items}> <tr class="<{cycle values=" even,odd"}>"> <td><{$item.itemlink}></td> <td align="left"><{$item.categorylink}></td> <td align="center"><{$item.poster}></td> <td align="right"><{$item.date}></td> </tr> <{/foreach}> </table> <div style="text-align:right; padding: 5px;"> <a href="<{$publisher_url}>"><{$block.lang_visitItem}></a> </div>