* @link http://www.tassos.gr * @copyright Copyright © 2021 Tassos Marinos All Rights Reserved * @license GNU GPLv3 or later */ defined('_JEXEC') or die('Restricted access'); extract($displayData); if (empty($images)) { return; } $value = !empty($value) ? $value : $images[0]; $heightAtt = !empty($height) ? ' style="height:' . $height . ';"' : ''; ?>
$img) { $id = "nr-images-selector-" . md5(uniqid() . $img); $item_value = $key_type === 'filename' ? pathinfo($img, PATHINFO_FILENAME) : $img; $isChecked = $value == $item_value ? ' checked="checked"' : ''; ?>
> />