0byt3m1n1-V2
Path:
/
home
/
a
/
c
/
a
/
academiac
/
www
/
[
Home
]
File: default_navigation.php.tar
home/academiac/www/administrator/templates/hathor/html/com_config/application/default_navigation.php0000644 00000001707 15137203707 0030312 0 ustar 00 <?php /** * @package Joomla.Administrator * @subpackage Templates.hathor * @copyright Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt * @since 1.6 */ // No direct access defined('_JEXEC') or die; ?> <div id="submenu-box"> <ul id="submenu" class="configuration"> <li><a href="#" onclick="return false;" id="site" class="active"><?php echo JText::_('JSITE'); ?></a></li> <li><a href="#" onclick="return false;" id="system"><?php echo JText::_('COM_CONFIG_SYSTEM'); ?></a></li> <li><a href="#" onclick="return false;" id="server"><?php echo JText::_('COM_CONFIG_SERVER'); ?></a></li> <li><a href="#" onclick="return false;" id="permissions"><?php echo JText::_('COM_CONFIG_PERMISSIONS'); ?></a></li> <li><a href="#" onclick="return false;" id="filters"><?php echo JText::_('COM_CONFIG_TEXT_FILTERS')?></a></li> </ul> <div class="clr"></div> </div> home/academiac/www/administrator/components/com_admin/views/sysinfo/tmpl/default_navigation.php 0000644 00000002261 15137745730 0027376 0 ustar 00 <?php /** * @package Joomla.Administrator * @subpackage com_admin * @copyright Copyright (C) 2005 - 2014 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; ?> <div id="submenu-box"> <div class="submenu-box"> <div class="submenu-pad"> <ul id="submenu" class="information"> <li> <a href="#" onclick="return false;" id="site" class="active"> <?php echo JText::_('COM_ADMIN_SYSTEM_INFORMATION'); ?></a> </li> <li> <a href="#" onclick="return false;" id="phpsettings"> <?php echo JText::_('COM_ADMIN_PHP_SETTINGS'); ?></a> </li> <li> <a href="#" onclick="return false;" id="config"> <?php echo JText::_('COM_ADMIN_CONFIGURATION_FILE'); ?></a> </li> <li> <a href="#" onclick="return false;" id="directory"> <?php echo JText::_('COM_ADMIN_DIRECTORY_PERMISSIONS'); ?></a> </li> <li> <a href="#" onclick="return false;" id="phpinfo"> <?php echo JText::_('COM_ADMIN_PHP_INFORMATION'); ?></a> </li> </ul> <div class="clr"></div> </div> </div> <div class="clr"></div> </div> academiac/www/administrator/components/com_languages/views/installed/tmpl/default_navigation.php 0000644 00000002325 15140144460 0030446 0 ustar 00 home <?php /** * @package Joomla.Administrator * @subpackage com_languages * @copyright Copyright (C) 2005 - 2014 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; $client = $this->state->get('filter.client_id', 0); ?> <div id="submenu-box"> <div class="submenu-box"> <div class="submenu-pad"> <ul id="submenu" class="languages"> <li><a href="index.php?option=com_languages&view=installed&client=0" class="<?php echo ($client == "0") ? 'active' : '';?>"> <?php echo JText::_('COM_LANGUAGES_SUBMENU_INSTALLED_SITE'); ?></a></li> <li><a href="index.php?option=com_languages&view=installed&client=1" class="<?php echo ($client == "1") ? 'active' : '';?>"> <?php echo JText::_('COM_LANGUAGES_SUBMENU_INSTALLED_ADMINISTRATOR'); ?></a></li> <li><a href="index.php?option=com_languages&view=languages"> <?php echo JText::_('COM_LANGUAGES_SUBMENU_CONTENT'); ?></a></li> <li><a href="index.php?option=com_languages&view=overrides"> <?php echo JText::_('COM_LANGUAGES_SUBMENU_OVERRIDES'); ?></a></li> </ul> <div class="clr"></div> </div> </div> <div class="clr"></div> </div>
©
2018.