File manager - Edit - /home/jardides/www/Jardi-design/sitetest/administrator/components/com_hotspots/views/hotspot/view.html.php
Back
<?php /** * Hotspots - Adminstrator * @package Joomla! * @Copyright (C) 20102 - Daniel Dimitrov - compojoom.com * @All rights reserved * @Joomla ! is Free Software * @Released under GNU/GPL License : http://www.gnu.org/copyleft/gpl.html * @version $Revision: 0.9.3 beta $ * */ defined('_JEXEC') or die('Restricted access'); jimport('joomla.application.component.view'); class HotspotsViewHotspot extends HotspotsView { public function display($tpl = null) { $this->form = $this->get('Form'); $this->hotspot = $this->get('Item'); $this->canDo = HotspotsHelperSettings::getActions($this->hotspot->id); $this->addToolbar(); parent::display($tpl); } public function addToolbar() { // JToolBarHelper::title(JText::_('COM_HOTSPOTS_EDIT_MARKER')); JToolBarHelper::apply('hotspot.apply'); JToolBarHelper::save('hotspot.save'); JToolBarHelper::cancel('hotspot.cancel'); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings