* @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; use Joomla\CMS\Layout\LayoutHelper; $displayData = [ 'textPrefix' => 'COM_PRIVACY_CONSENTS', 'formURL' => 'index.php?option=com_privacy&view=consents', 'helpURL' => 'https://docs.joomla.org/Special:MyLanguage/Help40:Privacy:_Consents', 'icon' => 'icon-lock', ]; echo LayoutHelper::render('joomla.content.emptystate', $displayData);