image_first) && !empty($images->image_first)) : ?>
float_first) ? $this->params->get('float_first') : $images->float_first; ?>
+ image_first_alt) && empty($images->image_first_alt_empty)
+ ? ''
+ : 'alt="' . htmlspecialchars($images->image_first_alt, ENT_COMPAT, 'UTF-8') . '"'; ?>
+
image_second) and !empty($images->image_second)) : ?>
float_second) ? $this->params->get('float_second') : $images->float_second; ?>
+ image_second_alt) && empty($images->image_second_alt_empty)
+ ? ''
+ : 'alt="' . htmlspecialchars($images->image_second_alt, ENT_COMPAT, 'UTF-8') . '"'; ?>