@git Get Bible @github Get Bible @support Get Bible @copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html /------------------------------------------------------------------------------------------------------*/ use Joomla\CMS\Layout\LayoutHelper; // No direct access to this file defined('_JEXEC') or die; $displayData = [ 'textPrefix' => 'COM_GETBIBLE_OPEN_AI_MESSAGES', 'formURL' => 'index.php?option=com_getbible&view=open_ai_messages', 'icon' => 'icon-comment', ]; if ($this->user->authorise('open_ai_message.create', 'com_getbible')) { $displayData['createURL'] = 'index.php?option=com_getbible&task=open_ai_message.add'; } echo LayoutHelper::render('joomla.content.emptystate', $displayData);