it seems that no matter what i do, printTags() is outputting the tags without the 'preText' or as links. just a list of the tags.
function printTags($option='links', $preText=NULL, $class='taglist', $separator=', ', $editable=TRUE, $editclass='', $messageIfEmpty = true )
this is my call from the image.php file of my template.
<?php printTags('links', gettext('[b]Tags:[/b]').' ', 'taglist', ', '); ?>
will print only the tags, just, like, this, without, being, links, either.
any ideas?