@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 /------------------------------------------------------------------------------------------------------*/ // No direct access to this file defined('_JEXEC') or die; use Joomla\CMS\Layout\LayoutHelper; $displayData = [ 'textPrefix' => 'COM_GETBIBLE_NOTES', 'formURL' => 'index.php?option=com_getbible&view=notes', 'icon' => 'icon-file', ]; if ($this->user->authorise('note.create', 'com_getbible')) { $displayData['createURL'] = 'index.php?option=com_getbible&task=note.add'; } echo LayoutHelper::render('joomla.content.emptystate', $displayData);