Skip to content

Commit

Permalink
thanks @Quy
Browse files Browse the repository at this point in the history
  • Loading branch information
zero-24 committed Sep 2, 2017
1 parent e2b6758 commit 903243d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/com_tags/views/tag/tmpl/default.php
Expand Up @@ -41,7 +41,7 @@
<?php // If there are multiple tags and a description or image has been supplied use that. ?>
<?php if ($this->params->get('tag_list_show_tag_description', 1) || $this->params->get('show_description_image', 1)) : ?>
<?php if ($this->params->get('show_description_image', 1) == 1 && $this->params->get('tag_list_image')) : ?>
<img src="<?php echo $this->params->get('tag_list_image'); ?>">
<img src="<?php echo $this->params->get('tag_list_image'); ?>" />
<?php endif; ?>
<?php if ($this->params->get('tag_list_description', '') > '') : ?>
<?php echo JHtml::_('content.prepare', $this->params->get('tag_list_description'), '', 'com_tags.tag'); ?>
Expand Down

0 comments on commit 903243d

Please sign in to comment.