summaryrefslogtreecommitdiff
path: root/modules/comment/comment.tpl.php
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-08-29 04:16:15 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-08-29 04:16:15 +0000
commit770e0d54f9c5b33c4d01b5cefe652b61b132dc0c (patch)
tree1f4e71de273adab60b46791aad3beb673c3b05a1 /modules/comment/comment.tpl.php
parent5c5b3a149a928b4c6761a0b9161d383a83677ec7 (diff)
downloadbrdo-770e0d54f9c5b33c4d01b5cefe652b61b132dc0c.tar.gz
brdo-770e0d54f9c5b33c4d01b5cefe652b61b132dc0c.tar.bz2
#364470 by stBorchert and JohnAlbin: Made theming of 'Submitted by author, on date' easier.
Diffstat (limited to 'modules/comment/comment.tpl.php')
-rw-r--r--modules/comment/comment.tpl.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/comment/comment.tpl.php b/modules/comment/comment.tpl.php
index abcca9378..cae102f85 100644
--- a/modules/comment/comment.tpl.php
+++ b/modules/comment/comment.tpl.php
@@ -17,7 +17,6 @@
* - $signature: Authors signature.
* - $status: Comment status. Possible values are:
* comment-unpublished, comment-published or comment-preview.
- * - $submitted: By line with date and time.
* - $title: Linked title.
* - $classes: String of classes that can be used to style contextually through
* CSS. It can be manipulated through the variable $classes_array from
@@ -55,7 +54,10 @@
<h3><?php print $title ?></h3>
<div class="submitted">
- <?php print $submitted ?>
+ <?php
+ print t('Submitted by !username on @datetime.',
+ array('!username' => $author, '@datetime' => $date));
+ ?>
</div>
<div class="content">