PHP Classes

File: htdocs/modules/system/templates/system_comments_nest.tpl

Recommend this page to a friend!
  Classes of Michael Beck   Xoops 2.5   htdocs/modules/system/templates/system_comments_nest.tpl   Download  
File: htdocs/modules/system/templates/system_comments_nest.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,063 bytes
 

Contents

Class file image Download
<{section name=i loop=$comments}> <br> <table cellspacing="1" class="outer"> <tr> <th class="width20"><{$lang_poster}></th> <th><{$lang_thread}></th> </tr> <{include file="db:system_comment.tpl" comment=$comments[i]}> </table> <!-- start comment replies --> <{foreach item=reply from=$comments[i].replies}> <br> <table class="bnone collapse"> <tr> <td width="<{$reply.prefix}>"></td> <td> <table class="outer" cellspacing="1"> <tr> <th class="width20"><{$lang_poster}></th> <th><{$lang_thread}></th> </tr> <{include file="db:system_comment.tpl" comment=$reply}> </table> </td> </tr> </table> <{/foreach}> <!-- end comment tree --> <{/section}> <{if $commentform}> <div class="commentform"><{$commentform}></div><{/if}>