File Manager

Current Directory: /home/astoriaah/www/old15/administrator/components/com_admintools/views/redirs
Viewing File: /home/astoriaah/www/old15/administrator/components/com_admintools/views/redirs/view.html.php
<?php /** * @package AdminTools * @copyright Copyright (c)2010-2015 Nicholas K. Dionysopoulos * @license GNU General Public License version 3, or later * @version $Id$ */ // Protect from unauthorized access defined('_JEXEC') or die; class AdmintoolsViewRedirs extends F0FViewHtml { protected function onBrowse($tpl = null) { // Add toolbar buttons JToolBarHelper::back('JTOOLBAR_BACK', 'index.php?option=com_admintools'); $model = $this->getModel(); $urlredirection = $model->getRedirectionState(); $this->urlredirection = $urlredirection; $this->loadHelper('select'); // Run the parent method parent::onDisplay(); } }