PHP Classes

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

Recommend this page to a friend!
  Packages 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: Merge pull request #1388 from mambax7/feature/array_merge_resources_greedy_construction

Merge pull request #1239 from Andrew-Staves-Activ/notificationhandler_subscribe_success

Merge xswatch4
Date: 2 months ago
Size: 1,083 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|default:null}> <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 isset($commentform)}> <div class="commentform"><{$commentform}></div><{/if}>