20 defined(
'XOOPS_ROOT_PATH') or die('Restricted access');
22 include_once
$GLOBALS['xoops']->path('include/comment_constants.php');
39 if (!isset(
$_GET[
'com_order'])) {
53 $r_name =
$comment->getVar(
'com_user');
81 include_once
$GLOBALS[
'xoops']->path(
'header.php');
82 echo
'<table cellpadding="4" cellspacing="1" width="98%" class="outer">
83 <tr><td class="head">' .
$comment->getVar(
'com_title') .
'</td></tr>
84 <tr><td><br />' .
$r_text .
'<br /></td></tr>
86 include_once
$GLOBALS[
'xoops']->path(
'include/comment_form.php');
87 include_once
$GLOBALS[
'xoops']->path(
'footer.php');