summaryrefslogtreecommitdiff
path: root/themes/garland
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-04-06 16:30:20 +0000
committerDries Buytaert <dries@buytaert.net>2010-04-06 16:30:20 +0000
commitbfd0c7fd0a486c325acdb03784e5afd95589c9d4 (patch)
treeb9f39f57433e9df12c58d763fd6832d4750723e1 /themes/garland
parentba59903d78f3e6074460ce81694403634d6419c6 (diff)
downloadbrdo-bfd0c7fd0a486c325acdb03784e5afd95589c9d4.tar.gz
brdo-bfd0c7fd0a486c325acdb03784e5afd95589c9d4.tar.bz2
- Patch #761616 by JohnAlbin: revert to .
Diffstat (limited to 'themes/garland')
-rw-r--r--themes/garland/node.tpl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/garland/node.tpl.php b/themes/garland/node.tpl.php
index 3b06a2d11..5249188ef 100644
--- a/themes/garland/node.tpl.php
+++ b/themes/garland/node.tpl.php
@@ -7,7 +7,7 @@
<?php print render($title_prefix); ?>
<?php if (!$page): ?>
- <h2<?php print $title_attributes; ?>><a href="<?php print $node_url; ?>"><?php print $node_title; ?></a></h2>
+ <h2<?php print $title_attributes; ?>><a href="<?php print $node_url; ?>"><?php print $title; ?></a></h2>
<?php endif; ?>
<?php print render($title_suffix); ?>