PATH:
home
/
centosnipponia
/
public_html
/
nipponiacom2
/
caribe
/
modules
/
mod_users_latest
/
tmpl
<?php /** * @package Joomla.Site * @subpackage mod_users_latest * * @copyright Copyright (C) 2005 - 2015 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; ?>
[+]
..
[-] default.php
[edit]
[-] index.html
[edit]
[-] .htaccess.disabled
[edit]