[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/administrator/components/com_cache/tmpl/cache/ -> emptystate.php (source)

   1  <?php
   2  /**
   3   * @package     Joomla.Administrator
   4   * @subpackage  com_cache
   5   *
   6   * @copyright   (C) 2021 Open Source Matters, Inc. <https://www.joomla.org>
   7   * @license     GNU General Public License version 2 or later; see LICENSE.txt
   8   */
   9  
  10  defined('_JEXEC') or die;
  11  
  12  use Joomla\CMS\Layout\LayoutHelper;
  13  
  14  $displayData = [
  15      'textPrefix' => 'COM_CACHE',
  16      'helpURL'    => 'https://docs.joomla.org/Special:MyLanguage/Cache',
  17      'icon'       => 'icon-bolt clear',
  18  ];
  19  
  20  echo LayoutHelper::render('joomla.content.emptystate', $displayData);


Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer