diff --git a/components/com_content/views/category/tmpl/blog_item.php b/components/com_content/views/category/tmpl/blog_item.php index d63b2d93929e8..6d5644e3cc9cf 100644 --- a/components/com_content/views/category/tmpl/blog_item.php +++ b/components/com_content/views/category/tmpl/blog_item.php @@ -35,11 +35,11 @@ || $params->get('show_hits') || $params->get('show_category') || $params->get('show_parent_category') || $params->get('show_author') || $assocParam); ?> - + $this->item, 'params' => $params, 'position' => 'above')); ?> - get('show_tags', 1) && !empty($this->item->tags->itemTags)) : ?> - item->tags->itemTags); ?> - + +get('show_tags', 1) && !empty($this->item->tags->itemTags)) : ?> + item->tags->itemTags); ?> item); ?> @@ -54,9 +54,11 @@ item->introtext; ?> - - - $this->item, 'params' => $params, 'position' => 'below')); ?> + + + + $this->item, 'params' => $params, 'position' => 'below')); ?> + get('show_tags', 1) && !empty($this->item->tags->itemTags)) : ?> item->tags->itemTags); ?> diff --git a/components/com_content/views/featured/tmpl/default_item.php b/components/com_content/views/featured/tmpl/default_item.php index b5642c8786f8f..7b5239fec2492 100644 --- a/components/com_content/views/featured/tmpl/default_item.php +++ b/components/com_content/views/featured/tmpl/default_item.php @@ -60,9 +60,9 @@ $this->item, 'params' => $params, 'position' => 'above')); ?> - get('show_tags', 1) && !empty($this->item->tags->itemTags)) : ?> - item->tags->itemTags); ?> - + +get('show_tags', 1) && !empty($this->item->tags->itemTags)) : ?> + item->tags->itemTags); ?> image_intro) && !empty($images->image_intro)) : ?> @@ -74,9 +74,11 @@ item->introtext; ?> - - - $this->item, 'params' => $params, 'position' => 'below')); ?> + + + + $this->item, 'params' => $params, 'position' => 'below')); ?> + get('show_tags', 1) && !empty($this->item->tags->itemTags)) : ?> item->tags->itemTags); ?>