// Custom Pages
echo $locale['lcp104']."
";
$result = dbquery("SELECT * FROM ".DB_COMMENTS." WHERE comment_type='C' ORDER BY comment_datestamp DESC LIMIT 0,5");
if (dbrows($result) != 0) {
while ($data = dbarray($result)) {
echo ' '.trimlink($data['comment_message'], 25).'
';
}
} else {
echo "