PHP Classes

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

Recommend this page to a friend!
  Packages of Michael Beck   XOOPS Publisher Module   templates_bootstrap/bootstrap4/publisher/blocks/publisher_latest_files.tpl   Download  
File: templates_bootstrap/bootstrap4/publisher/blocks/publisher_latest_files.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: 323 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="fa fa-calendar"></span>&nbsp;<{$file.new}></small> </span> </li> <{/foreach}> </ul>