0byt3m1n1-V2
Path:
/
home
/
phangnga
/
plugins
/
system
/
gantry
/
overrides
/
3.2
/
2.5
/
mod_users_latest
/
[
Home
]
File: default.php
<?php /** * @package Joomla.Site * @subpackage mod_users_latest * * @copyright Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; ?> <?php if (!empty($names)) : ?> <ul class="latestusers<?php echo $moduleclass_sfx ?>" > <?php foreach($names as $name) : ?> <li> <?php echo $name->username; ?> </li> <?php endforeach; ?> </ul> <?php endif; ?>
©
2018.