AAAAPK A\) .htaccessnu W+A
Order allow,deny
Deny from all
PK A\"&D D
view.html.phpnu W+A form = $this->get('Form');
$this->ftp = JClientHelper::setCredentialsFromRequest('ftp');
$this->source = $this->get('Source');
$this->state = $this->get('State');
$this->template = $this->get('Template');
// Check for errors.
if (count($errors = $this->get('Errors'))) {
JError::raiseError(500, implode("\n", $errors));
return false;
}
$this->addToolbar();
parent::display($tpl);
}
/**
* Add the page title and toolbar.
*
* @since 1.6
*/
protected function addToolbar()
{
JRequest::setVar('hidemainmenu', true);
$user = JFactory::getUser();
$canDo = TemplatesHelper::getActions();
JToolBarHelper::title(JText::_('COM_TEMPLATES_MANAGER_EDIT_FILE'), 'thememanager');
// Can save the item.
if ($canDo->get('core.edit')) {
JToolBarHelper::apply('source.apply');
JToolBarHelper::save('source.save');
}
JToolBarHelper::cancel('source.cancel');
JToolBarHelper::divider();
JToolBarHelper::help('JHELP_EXTENSIONS_TEMPLATE_MANAGER_TEMPLATES_EDIT_SOURCE');
}
}
PK A\38l l
tmpl/edit.phpnu W+A
PK A\) tmpl/.htaccessnu W+A
Order allow,deny
Deny from all
PK A\V tmpl/index.htmlnu W+A
PK A\ tmpl/edit_ftp.phpnu W+A
PK A\V
index.htmlnu W+A
PK A\) .htaccessnu W+A PK A\"&D D
view.html.phpnu W+A PK A\38l l
9 tmpl/edit.phpnu W+A PK A\)
tmpl/.htaccessnu W+A PK A\V tmpl/index.htmlnu W+A PK A\ tmpl/edit_ftp.phpnu W+A PK A\V
index.htmlnu W+A PK :