AAAAview.html.php 0000666 00000003127 15137740701 0007206 0 ustar 00 client = JApplicationHelper::getClientInfo(JRequest::getVar('client', '0', '', 'int'));
$this->id = JRequest::getVar('id', '', 'method', 'int');
$this->option = JRequest::getCmd('option');
$this->template = TemplatesHelper::getTemplateName($this->id);
$this->tp = true;
$this->url = $client->id ? JURI::base() : JURI::root();
if (!$this->template) {
return JError::raiseWarning(500, JText::_('COM_TEMPLATES_TEMPLATE_NOT_SPECIFIED'));
}
// Set FTP credentials, if given
JClientHelper::setCredentialsFromRequest('ftp');
parent::display($tpl);
$this->addToolbar();
parent::display($tpl);
}
/**
* Add the page title and toolbar.
*
* @since 1.6
*/
protected function addToolbar()
{
JToolBarHelper::title(JText::_('COM_TEMPLATES_MANAGER'), 'thememanager');
JToolBarHelper::custom('edit', 'back.png', 'back_f2.png', 'Back', false, false);
}
}
.htaccess 0000666 00000000177 15137740701 0006360 0 ustar 00
Order allow,deny
Deny from all