File manager - Edit - /home/jardides/www/Jardi-design/ZZZ/tmp/install_571ccebe3c29c/views/phocadownloadlayout/view.html.php
Back
<?php /* @package Joomla * @copyright Copyright (C) Open Source Matters. All rights reserved. * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php * @extension Phoca Extension * @copyright Copyright (C) Jan Pavelka www.phoca.cz * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL */ defined('_JEXEC') or die(); jimport( 'joomla.application.component.view' ); class PhocaDownloadCpViewPhocaDownloadLayout extends JViewLegacy { protected $state; protected $item; protected $form; protected $t; public function display($tpl = null) { $this->t = PhocaDownloadUtils::setVars('layout'); $this->state = $this->get('State'); $this->form = $this->get('Form'); $this->item = $this->get('Item'); JHTML::stylesheet( $this->t['s'] ); $this->addToolbar(); parent::display($tpl); } protected function addToolbar() { require_once JPATH_COMPONENT.'/helpers/'.$this->t['tasks'].'.php'; JRequest::setVar('hidemainmenu', true); $bar = JToolBar::getInstance('toolbar'); $user = JFactory::getUser(); //$isNew = ($this->item->id == 0); //$checkedOut = !($this->item->checked_out == 0 || $this->item->checked_out == $user->get('id')); $class = ucfirst($this->t['tasks']).'Helper'; $canDo = $class::getActions($this->t); JToolBarHelper::title( JText::_( $this->t['l'].'_LAYOUT' ), 'file-2' ); JToolBarHelper::custom($this->t['task'].'.back', 'home-2', '', $this->t['l'].'_CONTROL_PANEL', false); //JToolBarHelper::cancel('phocadownloadlayout.cancel', 'JTOOLBAR_CANCEL'); if ($canDo->get('core.edit')) { JToolBarHelper::apply($this->t['task'].'.apply', 'JTOOLBAR_APPLY'); //JToolBarHelper::save('phocapdfplugin.save', 'JTOOLBAR_SAVE'); } JToolBarHelper::divider(); JToolBarHelper::help( 'screen.'.$this->t['c'], true ); } } ?>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings