0byt3m1n1 - D7net
0byt3m1n1 - D7net
Path:
/
home
/
s13cf5ef
/
www
/
tuscamisetaspersonalizadas
/
administrator
/
modules
/
mod_status
/
tmpl
/
[
Home
]
Name File: default.php
< back
<?php /** * @package Joomla.Administrator * @subpackage mod_status * @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ // No direct access. defined('_JEXEC') or die; $hideLinks = JRequest::getBool('hidemainmenu'); $output = array(); // Print the logged in users. if ($params->get('show_loggedin_users', 1)) : $output[] = '<span class="loggedin-users">'.JText::plural('MOD_STATUS_USERS', $online_num).'</span>'; endif; // Print the back-end logged in users. if ($params->get('show_loggedin_users_admin', 1)) : $output[] = '<span class="backloggedin-users">'.JText::plural('MOD_STATUS_BACKEND_USERS', $count).'</span>'; endif; // Print the inbox message. if ($params->get('show_messages', 1)) : $output[] = '<span class="'.$inboxClass.'">'. ($hideLinks ? '' : '<a href="'.$inboxLink.'">'). JText::plural('MOD_STATUS_MESSAGES', $unread). ($hideLinks ? '' : '</a>'). '</span>'; endif; // Output the items. foreach ($output as $item) : echo $item; endforeach;
©
2018. | Recode by D7net