-
- params->get('show_link_description')) && ($this->item->description != '')) : ?>
-
- item->images); ?>
- image_first)) : ?>
- float_first)) :
- $imgFloat = $images->float_first == 'right' ? 'float-end' : 'float-start';
- endif;
- $img = HTMLHelper::cleanImageURL($images->image_first);
- $alt = empty($images->image_first_alt) && empty($images->image_first_alt_empty)
- ? ''
- : 'alt="' . htmlspecialchars($images->image_first_alt, ENT_COMPAT, 'UTF-8') . '"';
- ?>
-
-
-
- image_second)) : ?>
- float_second)) :
- $imgFloat = $images->float_second == 'right' ? 'float-end' : 'float-start';
- endif;
- $img = HTMLHelper::cleanImageURL($images->image_second);
- $alt = empty($images->image_first_alt) && empty($images->image_second_alt_empty)
- ? ''
- : 'alt="' . htmlspecialchars($images->image_second_alt, ENT_COMPAT, 'UTF-8') . '"';
- ?>
-
-
-
- item->description; ?>
+
+ params->get('show_tags', 1) && !empty($this->item->tags->itemTags)) : ?>
+
+ item->tags->itemTags); ?>
+
+
+ item->images); ?>
+ image_first)) : ?>
+
+ float_first)) : ?>
+ float_first == 'right' ? 'float-end' : 'float-start'; ?>
+
+ image_first); ?>
+ image_first_alt) && empty($images->image_first_alt_empty)
+ ? ''
+ : 'alt="' . htmlspecialchars($images->image_first_alt, ENT_COMPAT, 'UTF-8') . '"'; ?>
+
+
+
+ image_second)) : ?>
+
+ float_second)) : ?>
+ float_second == 'right' ? 'float-end' : 'float-start'; ?>
+
+ image_second); ?>
+ image_second_alt) && empty($images->image_second_alt_empty)
+ ? ''
+ : 'alt="' . htmlspecialchars($images->image_second_alt, ENT_COMPAT, 'UTF-8') . '"'; ?>
+
+
+
+ item->description)) : ?>
+ item->description; ?>
+
+
+
+