![]() |
XOOPS API 2.5.11 Beta1
UI v0.5
Réalisé par monxoops.fr
|
Espaces de nommage | |
| kernel | |
Variables | |
| $com_id = isset($_GET['com_id']) ? (int)$_GET['com_id'] : 0 | |
| $com_mode = isset($_GET['com_mode']) ? htmlspecialchars(trim($_GET['com_mode']), ENT_QUOTES) : '' | |
| if($com_mode=='') if(!isset($_GET['com_order'])) | else |
| $comment_handler = xoops_getHandler('comment') | |
| $comment = $comment_handler->get($com_id) | |
| $r_text = _CM_POSTER . ': <strong>' . $r_name . '</strong> ' . _CM_POSTED . ': <strong>' . formatTimestamp($comment->getVar('com_created')) . '</strong><br><br>' . $comment->getVar('com_text') | |
| $com_title = $comment->getVar('com_title', 'E') | |
| if(!preg_match('/^' . _RE . '/i', $com_title) | $com_pid ) = $com_id |
| $com_text = '' | |
| $dosmiley = 1 | |
| $dohtml = 0 | |
| $doxcode = 1 | |
| $dobr = 1 | |
| $doimage = 1 | |
| $com_icon = '' | |
| $com_rootid = $comment->getVar('com_rootid') | |
| $com_itemid = $comment->getVar('com_itemid') | |
| $com_user = '' | |
| $com_email = '' | |
| $com_url = '' | |
| $com_email = '' |
| $com_icon = '' |
| $com_id = isset($_GET['com_id']) ? (int)$_GET['com_id'] : 0 |
| $com_itemid = $comment->getVar('com_itemid') |
| $com_mode = isset($_GET['com_mode']) ? htmlspecialchars(trim($_GET['com_mode']), ENT_QUOTES) : '' |
| $com_rootid = $comment->getVar('com_rootid') |
| $com_text = '' |
| $com_title = $comment->getVar('com_title', 'E') |
| $com_url = '' |
| $com_user = '' |
| $comment = $comment_handler->get($com_id) |
| $comment_handler = xoops_getHandler('comment') |
| $dobr = 1 |
| $dohtml = 0 |
| $doimage = 1 |
| $dosmiley = 1 |
| $doxcode = 1 |
| $r_text = _CM_POSTER . ': <strong>' . $r_name . '</strong> ' . _CM_POSTED . ': <strong>' . formatTimestamp($comment->getVar('com_created')) . '</strong><br><br>' . $comment->getVar('com_text') |