0
currently there's only the option yes/no to show tags, but I want this field to be hidden if empty.
! added value="2">Show only if not empty in config xml
and in albums/default.php:
It still shows the label 'Tags'.
What am I missing here?
Thanks,
mondo
! added value="2">Show only if not empty in config xml
and in albums/default.php:
<?php if($this->params->get('showalbum_tags', 1) == 1 || ($this->params->get('showalbum_tags', 1) == 2 && $this->album->tags)){ ?>
It still shows the label 'Tags'.
What am I missing here?
Thanks,
mondo
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »