Active
Project:
Sodelicious
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
19 Jan 2009 at 23:09 UTC
Updated:
19 Jan 2009 at 23:12 UTC
if ($sticky) { print ' sticky'; } if (!$status) { print ' node-unpublished'; } print $zebra ">
print date('M', $node->created); print date('d', $node->created); foreach (taxonomy_node_get_terms($node->nid) as $term) {
if ($image = <em>taxonomy_image_display</em>($term->tid)) { print '<div class="book_item">'.$image.'</div>'; }
}
Comments
Comment #1
haloslipd commentedFatal error: Call to undefined function taxonomy_image_display() in /home/teaching/public_html/conferencetest/themes/sodelicious/node.tpl.php on line 13
is the error I get.
Thanks,
Anne