- Patch #339929 by swentel: renamed taxonomy to terms.
parent
33c195aabe
commit
1657694f28
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue