* @link https://www.tassos.gr * @copyright Copyright © 2024 Tassos All Rights Reserved * @license GNU GPLv3 or later */ defined('_JEXEC') or die; use Joomla\CMS\Factory; extract($displayData); $options = isset($options) ? $options : $displayData; if ($options['load_css_vars'] && !empty($options['custom_css'])) { Factory::getDocument()->addStyleDeclaration($options['custom_css']); } ?>