PHP Classes

File: htdocs/themes/xswatch/modules/tdmdownloads/blocks/tdmdownloads_block_new.tpl

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

Contents

Class file image Download
<ul class="list-unstyled tdm-new-download-block"> <{foreachq item=downloads from=$block}> <li><i class="glyphicon glyphicon-cloud-download"></i> <a title="<{$downloads.title}>" href="<{$xoops_url}>/modules/tdmdownloads/singlefile.php?lid=<{$downloads.lid}>"> <{$downloads.title}> </a> <{if $downloads.inforation}> <{$smarty.const._MB_TDMDOWNLOADS_SUBMITDATE}><{$downloads.date}> <{$smarty.const._MB_TDMDOWNLOADS_SUBMITTER}><{$downloads.submitter}> <{$smarty.const._MB_TDMDOWNLOADS_REATING}><{$downloads.rating}> <{$smarty.const._MB_TDMDOWNLOADS_HITS}><{$downloads.hits}> <{/if}> </li> <{/foreach}> </ul>