Skip to content

Commit 2490690

Browse files
removed tags from category view
1 parent ac124b0 commit 2490690

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

astroid/astroid-template-one/html/com_content/category/blog_item.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,6 @@
6868

6969
<?php if ($useDefList && ($info == 0 || $info == 2)) : ?>
7070
<?php echo LayoutHelper::render($info_block_layout, array('item' => $this->item, 'params' => $params, 'astroidArticle' => $astroidArticle, 'position' => 'above')); ?>
71-
72-
<?php if ($info == 0 && $params->get('show_tags', 1) && !empty($this->item->tags->itemTags)) : ?>
73-
<?php echo LayoutHelper::render('joomla.content.tags', $this->item->tags->itemTags); ?>
74-
<?php endif; ?>
7571
<?php endif; ?>
7672

7773
<div class="article-title item-title">
@@ -86,10 +82,6 @@
8682
<?php if ($useDefList) : ?>
8783
<?php echo LayoutHelper::render($info_block_layout, array('item' => $this->item, 'params' => $params, 'astroidArticle' => $astroidArticle, 'position' => 'below')); ?>
8884
<?php endif; ?>
89-
90-
<?php if ($info == 0 && $params->get('show_tags', 1) && !empty($this->item->tags->itemTags)) : ?>
91-
<?php echo LayoutHelper::render('joomla.content.tags', $this->item->tags->itemTags); ?>
92-
<?php endif; ?>
9385
<?php endif; ?>
9486

9587

astroid/astroid-template-zero/html/com_content/category/blog_item.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,6 @@
6767

6868
<?php if ($useDefList && ($info == 0 || $info == 2)) : ?>
6969
<?php echo LayoutHelper::render($info_block_layout, array('item' => $this->item, 'params' => $params, 'astroidArticle' => $astroidArticle, 'position' => 'above')); ?>
70-
71-
<?php if ($info == 0 && $params->get('show_tags', 1) && !empty($this->item->tags->itemTags)) : ?>
72-
<?php echo LayoutHelper::render('joomla.content.tags', $this->item->tags->itemTags); ?>
73-
<?php endif; ?>
7470
<?php endif; ?>
7571

7672
<div class="article-title item-title">
@@ -85,10 +81,6 @@
8581
<?php if ($useDefList) : ?>
8682
<?php echo LayoutHelper::render($info_block_layout, array('item' => $this->item, 'params' => $params, 'astroidArticle' => $astroidArticle, 'position' => 'below')); ?>
8783
<?php endif; ?>
88-
89-
<?php if ($info == 0 && $params->get('show_tags', 1) && !empty($this->item->tags->itemTags)) : ?>
90-
<?php echo LayoutHelper::render('joomla.content.tags', $this->item->tags->itemTags); ?>
91-
<?php endif; ?>
9284
<?php endif; ?>
9385

9486

0 commit comments

Comments
 (0)