summaryrefslogtreecommitdiff
path: root/themes/garland/node.tpl.php
diff options
context:
space:
mode:
Diffstat (limited to 'themes/garland/node.tpl.php')
-rw-r--r--themes/garland/node.tpl.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/garland/node.tpl.php b/themes/garland/node.tpl.php
index 56af23654..f0e24936c 100644
--- a/themes/garland/node.tpl.php
+++ b/themes/garland/node.tpl.php
@@ -9,7 +9,7 @@
<?php endif; ?>
<?php if ($submitted): ?>
- <span class="submitted"><?php print t('!date — !username', array('!username' => theme('username', $node), '!date' => format_date($node->created))); ?></span>
+ <span class="submitted"><?php print $submitted; ?></span>
<?php endif; ?>
<div class="content">
@@ -28,4 +28,4 @@
<?php endif; ?>
</div>
-</div> \ No newline at end of file
+</div>