PHP Classes

File: htdocs/themes/xbootstrap/modules/publisher/blocks/publisher_items_recent.tpl

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/themes/xbootstrap/modules/publisher/blocks/publisher_items_recent.tpl   Download  
File: htdocs/themes/xbootstrap/modules/publisher/blocks/publisher_items_recent.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change: Merge pull request #1388 from mambax7/feature/array_merge_resources_greedy_construction

Merge pull request #1239 from Andrew-Staves-Activ/notificationhandler_subscribe_success

Merge branch 'feature/php8_templates' of https://github.com/mambax7/XoopsCore25 into feature/php8_templates

# Conflicts:
# htdocs/themes/xswatch4/modules/publisher/publisher_item.tpl
add PHP8 defaults in templates
Merge xswatch4
Date: 2 months ago
Size: 907 bytes
 

Contents

Class file image Download
<table class="table table-striped table-condensed"> <thead> <tr> <th class="head"><{$block.lang_title}></th> <th class="head" align="left"><{$block.lang_category}></th> <th class="head" align="center" width="100"><{$block.lang_poster}></th> <th class="head" align="right" width="120"><{$block.lang_date}></th> </tr> </thead> <tbody> <{foreach item=item from=$block.items|default:null}> <tr> <td><{$item.itemlink}></td> <td align="left"><{$item.categorylink}></td> <td align="center"><{$item.poster}></td> <td align="right"><{$item.date}></td> </tr> <{/foreach}> </tbody> </table> <{if !empty($publisher_url)}> <div style="text-align:right; padding: 5px;"> <a class="btn btn-primary btn-xs" href="<{$publisher_url}>"><{$block.lang_visitItem}></a> </div> <{/if}>