PHP Classes

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

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

Contents

Class file image Download
<ul class="list-group"> <{foreach item=file from=$block.files}> <li class="list-group-item"> <{$file.link}> <span style="padding-left: 16px;"> <small><span class="glyphicon glyphicon-calendar"></span>&nbsp;<{$file.new}></small> </span> </li> <{/foreach}> </ul>