* @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; use Joomla\CMS\Helper\ModuleHelper; use Joomla\CMS\Language\Text; use Joomla\CMS\Router\Route; use Joomla\Registry\Registry; /** @var \Joomla\Component\Cpanel\Administrator\View\Cpanel\HtmlView $this */ // Load JavaScript message titles Text::script('ERROR'); Text::script('WARNING'); Text::script('NOTICE'); Text::script('MESSAGE'); Text::script('COM_CPANEL_UNPUBLISH_MODULE_SUCCESS'); Text::script('COM_CPANEL_UNPUBLISH_MODULE_ERROR'); /** @var Joomla\CMS\WebAsset\WebAssetManager $wa */ $wa = $this->getDocument()->getWebAssetManager(); $wa->useScript('com_cpanel.admin-cpanel') ->useScript('joomla.dialog-autocreate'); $user = $this->getCurrentUser(); // Set up the modal options that will be used for module editor $popupOptions = [ 'popupType' => 'iframe', 'src' => Route::_('index.php?option=com_cpanel&task=addModule&position=' . $this->position, false), 'textHeader' => Text::_('COM_CPANEL_ADD_MODULE_MODAL_TITLE'), ]; ?>
quickicons) : foreach ($this->quickicons as $iconmodule) { $modParams = new Registry($iconmodule->params); echo ModuleHelper::renderModule($iconmodule, [ 'style' => 'well', 'class' => 'quickicons-for-' . $modParams->get('context', ''), ]); } endif; foreach ($this->modules as $module) { echo ModuleHelper::renderModule($module, ['style' => 'well']); } ?> authorise('core.admin', 'com_modules') && $user->authorise('core.create', 'com_modules')) : ?>