From a5c4e3d46592eddf0c23947727c2c13b03a8841f Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sat, 10 Jan 2009 05:56:11 +0000 Subject: Integrate Gravatar. Boy, that was easy. --- modules/comment/views/comments.html.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'modules/comment/views/comments.html.php') diff --git a/modules/comment/views/comments.html.php b/modules/comment/views/comments.html.php index 7f82241e..b3757a5c 100644 --- a/modules/comment/views/comments.html.php +++ b/modules/comment/views/comments.html.php @@ -5,10 +5,12 @@
  • - " + <?= $comment->author_name() ?> - %s said"), date("Y-M-d H:i:s", $comment->created), $comment->author_name()) ?> + {{name}} said", + array("date" => date("Y-M-d H:i:s", $comment->created), + "name" => $comment->author_name())); ?>

    text ?> -- cgit v1.2.3