4 * Arthrology for Elxis CMS 2008.x and 2009.x
6 * Backend Toolbar Event Handler
10 * @author Apostolos Koutsoulelos <akoutsoulelos@yahoo.gr>
11 * @authorurl http://www.bitcraft-labs.gr
12 * @copyright Copyright (C) 2009-2011 Apostolos Koutsoulelos. All rights reserved.
13 * @license GNU/GPL (http://www.gnu.org/copyleft/gpl.html)
15 * @link http://www.elxis-downloads.com/downloads/miscellaneous/204.html
18 // Prevent direct inclusion of this file
19 defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
22 require_once($mainframe->getCfg('absolute_path').'/administrator/components/com_arthrology/toolbar.arthrology.html.php'); // Component's html file for the administration area
24 // Intialize variables
30 clsArthrologyToolbarHTML
::_EDIT();
33 clsArthrologyToolbarHTML
::_LIST();
36 clsArthrologyToolbarHTML
::_CONF();
40 clsArthrologyToolbarHTML
::_CP();