Skip to content

Commit

Permalink
Small code simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
joomdonation committed Oct 28, 2021
1 parent 56d3984 commit 2b84808
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
</div>
<?php endif; ?>

<?php if (($this->params->get('show_link_description')) && ($item->description != '')) : ?>
<?php if ($this->params->get('show_link_description') && ($item->description != '')) : ?>
<div class="mt-2 mb-2">
<?php $images = json_decode($item->images); ?>
<?php if (!empty($images->image_first)) : ?>
Expand Down

0 comments on commit 2b84808

Please sign in to comment.