isLoggedIn()) { $commentid = intval($comment['commentid']); if ($member->canAlterComment($commentid)) { $editLink = $CONF['AdminURL'] . 'index.php?action=commentedit&commentid=' . $commentid; $delLink = $CONF['AdminURL'] . 'index.php?action=commentdelete&commentid=' . $commentid; $printData = "\n" . '[ ' . _LISTS_EDIT . " ]\n" . '[ ' . _LISTS_DELETE . " ]\n" . "\n"; echo $printData; } } } }