Skip to content

Commit

Permalink
Fix issue doesn't show the introtext in blog view. #725
Browse files Browse the repository at this point in the history
  • Loading branch information
sonvnn committed Jul 16, 2024
1 parent 7771699 commit f807a10
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions framework/html/com_content/category/blog_item.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,9 @@

<?php // Content is generated by content plugin event "onContentBeforeDisplay" ?>
<?php echo $this->item->event->beforeDisplayContent; ?>
<?php if ($params->get('show_intro')) : ?>
<div class="article-intro-text">
<?php echo $this->item->introtext; ?>
</div>
<?php endif; ?>

<?php if ($info == 1 || $info == 2) : ?>
<?php if ($useDefList) : ?>
Expand Down

0 comments on commit f807a10

Please sign in to comment.