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

merge-requests/26/head
Dries Buytaert 2008-12-26 10:46:54 +00:00
parent 33c195aabe
commit 1657694f28
2 changed files with 3 additions and 3 deletions

View File

@ -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 = '';

View File

@ -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>