20 defined(
'XOOPS_ROOT_PATH') or die('Restricted access');
22 include_once
$GLOBALS['xoops']->path('include/comment_constants.php');
32 include_once
$GLOBALS[
'xoops']->path(
'header.php');
33 if (isset($com_replytitle)) {
34 if (isset($com_replytext)) {
35 echo
'<table cellpadding="4" cellspacing="1" width="98%" class="outer">
36 <tr><td class="head">' . $com_replytitle .
'</td></tr>
37 <tr><td><br />' . $com_replytext .
'<br /></td></tr>
48 $com_mode = isset(
$_GET[
'com_mode']) ? htmlspecialchars(trim(
$_GET[
'com_mode']), ENT_QUOTES) :
'';
56 if (!isset(
$_GET[
'com_order'])) {
80 include_once
$GLOBALS[
'xoops']->path(
'include/comment_form.php');
81 include_once
$GLOBALS[
'xoops']->path(
'footer.php');