4 * Event Calendar for Elxis CMS 2008.x and 2009.x
6 * Backend Toolbar Event Handler
9 * @package eventCalendar
10 * @author Apostolos Koutsoulelos <akoutsoulelos@yahoo.gr>
11 * @copyright Copyright (C) 2009-2010 Apostolos Koutsoulelos. All rights reserved.
12 * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
16 // Prevent direct inclusion of this file
17 defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
20 require_once($mainframe->getCfg('absolute_path').'/administrator/components/com_eventcalendar/toolbar.eventcalendar.html.php'); // Component's html file for the administration area
22 // Intialize variables
27 clsEventCalendarToolbarHTML
::_CONTROLPANEL();
30 clsEventCalendarToolbarHTML
::_EDIT();
33 clsEventCalendarToolbarHTML
::_EDIT();
36 clsEventCalendarToolbarHTML
::_DEFAULT();