PHP Classes

File: htdocs/themes/xbootstrap/modules/publisher/publisher_singleitem_block.tpl

Recommend this page to a friend!
  Classes of Michael Beck   Xoops 2.5   htdocs/themes/xbootstrap/modules/publisher/publisher_singleitem_block.tpl   Download  
File: htdocs/themes/xbootstrap/modules/publisher/publisher_singleitem_block.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: 1,000 bytes
 

Contents

Class file image Download
<div class="article_full"> <div class="article_full_category"> <{$item.category}> </div> <{if $item.image_path}> <div class="article_full_img_div"> <a href="<{$item.itemurl}>" title="<{$item.title}>"> <img src="<{$item.image_path}>" alt="<{$item.title}>"/> </a> </div> <{/if}> <div style="padding: 10px;"> <h4><{$item.titlelink}></h4> <{if $display_whowhen_link}> <small><{$item.who_when}> (<{$item.counter}> <{$lang_reads}>)</small> <{/if}> <div style="margin-top:10px;"> <{$item.summary}> </div> <div class="pull-left" style="margin-top: 15px;"> <{if $op != 'preview'}> <span style="float: right; text-align: right;"><{$item.adminlink}></span> <{else}> <span style="float: right;">&nbsp;</span> <{/if}> </div> <div class="clearfix"></div> </div> </div>