getCommentData(intval($menu_pref['comment_display'])); $text = ''; // no posts yet .. if(empty($data) || !is_array($data)){ $text = CM_L1; } global $row; foreach($data as $row){ $text .= $tp->parseTemplate($COMMENT_MENU_TEMPLATE, true, $comment_menu_shortcodes); } $ns->tablerender($menu_pref['comment_caption'], $text, 'comment'); ?>