[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/modules/mod_users_latest/tmpl/ -> default.php (source)

   1  <?php
   2  
   3  /**
   4   * @package     Joomla.Site
   5   * @subpackage  mod_users_latest
   6   *
   7   * @copyright   (C) 2009 Open Source Matters, Inc. <https://www.joomla.org>
   8   * @license     GNU General Public License version 2 or later; see LICENSE.txt
   9   */
  10  
  11  defined('_JEXEC') or die;
  12  ?>
  13  <?php if (!empty($names)) : ?>
  14      <ul class="mod-userslatest latestusers mod-list">
  15      <?php foreach ($names as $name) : ?>
  16          <li>
  17              <?php echo $name->username; ?>
  18          </li>
  19      <?php endforeach; ?>
  20      </ul>
  21  <?php endif; ?>


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