Skip to content
Snippets Groups Projects
Commit 1657694f authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #339929 by swentel: renamed taxonomy to terms.

parent 33c195aa
Branches
Tags
Loading
......@@ -139,8 +139,8 @@ function chameleon_node($node, $teaser = 0, $page = 0) {
}
$terms = '';
if (!empty($node->content['links']['taxonomy'])) {
$terms = drupal_render($node->content['links']['taxonomy']);
if (!empty($node->content['links']['terms'])) {
$terms = drupal_render($node->content['links']['terms']);
}
$links = '';
......
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment