0byt3m1n1-V2
Path:
/
home
/
a
/
c
/
a
/
academiac
/
www
/
[
Home
]
File: default_site.php.tar
home/academiac/www/administrator/components/com_config/views/application/tmpl/default_site.php 0000644 00000001203 15147046112 0027151 0 ustar 00 <?php /** * @package Joomla.Administrator * @subpackage com_config * @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 class="width-100"> <fieldset class="adminform"> <legend><?php echo JText::_('COM_CONFIG_SITE_SETTINGS'); ?></legend> <ul class="adminformlist"> <?php foreach ($this->form->getFieldset('site') as $field): ?> <li><?php echo $field->label; ?> <?php echo $field->input; ?></li> <?php endforeach; ?> </ul> </fieldset> </div> home/academiac/www/administrator/components/com_csvi/views/settings/tmpl/default_site.php 0000604 00000001345 15147075433 0026220 0 ustar 00 <?php /** * Site settings page * * @package CSVI * @author Roland Dalmulder * @link http://www.csvimproved.com * @copyright Copyright (C) 2006 - 2013 RolandD Cyber Produksi. All rights reserved. * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html * @version $Id: default_site.php 2275 2013-01-03 21:08:43Z RolandD $ */ defined( '_JEXEC' ) or die( 'Direct Access to this location is not allowed.' ); ?> <div class="width-60 fltlft"> <fieldset class="adminform"> <ul class="adminformlist"> <?php foreach ($this->form->getGroup('site') as $field) : ?> <li> <?php echo $field->label; ?> <?php echo $field->input; ?> </li> <?php endforeach; ?> </ul> </fieldset> </div> <div class="clr"></div>