AAAAview.html.php000066600000003127151377407010007206 0ustar00client = 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); } } .htaccess000066600000000177151377407010006360 0ustar00 Order allow,deny Deny from all index.html000066600000000037151377407010006552 0ustar00 tmpl/.htaccess000066600000000177151377407010007334 0ustar00 Order allow,deny Deny from all tmpl/index.html000066600000000037151377407010007526 0ustar00 tmpl/default.php000066600000002456151377407010007675 0ustar00

url.'index.php?tp='.$this->tp.'&template='.$this->id, JText::_('JBROWSERTARGET_NEW'), array('target' => '_blank')); ?>

url.'index.php?tp='.$this->tp.'&template='.$this->id, 'previewframe', array('class' => 'previewframe')) ?>