summaryrefslogtreecommitdiff
path: root/themes/garland/node.tpl.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-12-26 10:46:54 +0000
committerDries Buytaert <dries@buytaert.net>2008-12-26 10:46:54 +0000
commit1657694f28015833f2bf3a087d48c6b55078d8d3 (patch)
treee38f9c7113abe97c9d5504b14eabd44c0a83f67d /themes/garland/node.tpl.php
parent33c195aabe0103af48970ccae7375040449c97ef (diff)
downloadbrdo-1657694f28015833f2bf3a087d48c6b55078d8d3.tar.gz
brdo-1657694f28015833f2bf3a087d48c6b55078d8d3.tar.bz2
- Patch #339929 by swentel: renamed taxonomy to terms.
Diffstat (limited to 'themes/garland/node.tpl.php')
-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 b227d86c7..595bd6b85 100644
--- a/themes/garland/node.tpl.php
+++ b/themes/garland/node.tpl.php
@@ -19,7 +19,7 @@
<div class="clear-block">
<div class="meta">
- <?php if ($taxonomy): ?>
+ <?php if ($terms): ?>
<div class="terms"><?php print $terms ?></div>
<?php endif;?>
</div>