Annotation of /mambo/branches/4.6/administrator/components/com_checkin/toolbar.checkin.php
Parent Directory
|
Revision Log
Revision 1 -
(view)
(download)
Original Path: mambo/trunk/administrator/components/com_checkin/toolbar.checkin.php
| 1 : | root | 1 | <?php |
| 2 : | /** | ||
| 3 : | * @version $Id: toolbar.checkin.php,v 1.1 2005/07/22 01:52:11 eddieajau Exp $ | ||
| 4 : | * @package Mambo | ||
| 5 : | * @subpackage Checkin | ||
| 6 : | * @copyright (C) 2000 - 2005 Miro International Pty Ltd | ||
| 7 : | * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL | ||
| 8 : | * Mambo is Free Software | ||
| 9 : | */ | ||
| 10 : | |||
| 11 : | /** ensure this file is being included by a parent file */ | ||
| 12 : | defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' ); | ||
| 13 : | |||
| 14 : | require_once( $mainframe->getPath( 'toolbar_html' ) ); | ||
| 15 : | |||
| 16 : | switch ($task){ | ||
| 17 : | default: | ||
| 18 : | TOOLBAR_checkin::_DEFAULT(); | ||
| 19 : | break; | ||
| 20 : | } | ||
| 21 : | ?> |
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

