* @license GNU General Public License version 2 or later; see LICENSE.txt */ use Joomla\CMS\HTML\HTMLHelper; // phpcs:disable PSR1.Files.SideEffects \defined('_JEXEC') or die; // phpcs:enable PSR1.Files.SideEffects extract($displayData, EXTR_OVERWRITE); /** * Layout variables * ----------------- * @var string $icon * @var string $title * @var string $value * @var string $task * @var array $options */ $disabled = !empty($options['disabled']); $taskPrefix = $options['task_prefix']; $checkboxName = $options['checkbox_name']; $id = $options['id']; $tipTitle = $options['tip_title']; ?>