VERLICHTING BY EVE
field_brand && count($node->field_brand) > 0) {
$tid = $node->field_brand['und'][0]['tid'];
}
} else {
$tid = arg(1);
}
$logo_url = '';
if(isset($tid)) {
$term = taxonomy_term_load($tid);
$term_uri = check_url('brand/' . $term->tid . '/' . $term->name);
if (count($term ->field_logo) > 0) {
$logo_url = image_style_url('logo', $term->field_logo['und'][0]['uri']);
}
}
if ($logo_url != '') {
?>
', $term_uri, array('html' => TRUE)); ?> |