$result = dbquery("SELECT * FROM ".DB_COMMENTS." ORDER BY comment_datestamp DESC LIMIT 0,1"); if (dbrows($result) != 0) { echo "\n"; while ($data = dbarray($result)) { $comments = trimlink($data['comment_message'], 23); echo "\n
".THEME_BULLET." $comments