File manager - Edit - /home/verseaumee/ptitsanes/administrator/components/com_solidres/views/housekeeping/view.html.php
Back
<?php /** ------------------------------------------------------------------------ SOLIDRES - Accommodation booking extension for Joomla ------------------------------------------------------------------------ * @author Solidres Team <contact@solidres.com> * @website https://www.solidres.com * @copyright Copyright (C) 2013 - 2019 Solidres. All Rights Reserved. * @license GNU General Public License version 3, or later ------------------------------------------------------------------------ */ defined('_JEXEC') or die; if (SRPlugin::isEnabled('housekeeping')) { require_once SRPlugin::getAdminPath('housekeeping') . '/views/housekeeping/view.html.php'; } else { class SolidresViewHousekeeping extends JViewLegacy { public function display($tpl = null) { $this->addToolbar(); $this->setLayout('notice'); parent::display($tpl); } protected function addToolbar() { JToolBarHelper::title(JText::_('SR_SUBMENU_STATISTICS')); SRToolBarHelper::customLink('index.php?option=com_solidres', 'JToolbar_Close', 'fa fa-arrow-left'); } } }
| ver. 1.4 |
Github
|
.
| PHP 8.5.7 | Generation time: 0 |
proxy
|
phpinfo
|
Settings