PHP Classes

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

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

add PHP8 defaults in templates
Merge xswatch4
Date: 2 months ago
Size: 463 bytes
 

Contents

Class file image Download
<{if !empty($comments) }> <table class="outer" cellpadding="5" cellspacing="1"> <tr> <th class="width20"><{$lang_poster}></th> <th><{$lang_thread}></th> </tr> <{foreach item=comment from=$comments|default:null}> <{include file="db:system_comment.tpl" comment=$comment}> <{/foreach}> </table> <{/if}> <{if isset($commentform)}> <div class="commentform"><{$commentform}></div> <{/if}>