defined("SYSPATH") or die("No direct script access."); ?>
foreach ($comments as $comment): ?>
-
= date("Y-M-d H:i:s", $comment->created) ?>
printf(_("%s said %s"), "$comment->author",
"\"" . text::limit_words($comment->text, 50) . "\""); ?>
endforeach ?>