@copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html A sermon distributor that links to Dropbox. /----------------------------------------------------------------------------------------------------------------------------------*/ use Joomla\CMS\Layout\LayoutHelper; // No direct access to this file defined('_JEXEC') or die; $displayData = [ 'textPrefix' => 'COM_SERMONDISTRIBUTOR_PREACHERS', 'formURL' => 'index.php?option=com_sermondistributor&view=preachers', 'icon' => 'icon-user', ]; if ($this->user->authorise('preacher.create', 'com_sermondistributor')) { $displayData['createURL'] = 'index.php?option=com_sermondistributor&task=preacher.add'; } echo LayoutHelper::render('joomla.content.emptystate', $displayData);