summaryrefslogtreecommitdiff
path: root/themes/garland/node.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 /themes/garland/node.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 '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 935d62730..9895917d1 100644
--- a/themes/garland/node.tpl.php
+++ b/themes/garland/node.tpl.php
@@ -9,8 +9,8 @@
<h2><a href="<?php print $node_url; ?>"><?php print $title; ?></a></h2>
<?php endif; ?>
- <?php if ($submitted): ?>
- <span class="submitted"><?php print $submitted; ?></span>
+ <?php if ($display_submitted): ?>
+ <span class="submitted"><?php print $date; ?> — <?php print $name; ?></span>
<?php endif; ?>
<div class="content clearfix">