View of /mambo/branches/4.6/administrator/components/com_categories/toolbar.categories.php
Parent Directory
|
Revision Log
Revision 964 -
(download)
(annotate)
Tue Feb 6 06:05:27 2007 UTC (6 years, 3 months ago) by elpie
File size: 674 byte(s)
Tue Feb 6 06:05:27 2007 UTC (6 years, 3 months ago) by elpie
File size: 674 byte(s)
Removed Miro notice from files and placed into copyright file.
<?php /** * @package Mambo * @subpackage Categories * @copyright Refer to copyright.php * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @author Mambo Foundation Inc see README.php */ /** ensure this file is being included by a parent file */ defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' ); require_once( $mainframe->getPath( 'toolbar_html' ) ); switch ($task){ case 'new': case 'edit': case 'editA': TOOLBAR_categories::_EDIT(); break; case 'moveselect': TOOLBAR_categories::_MOVE(); break; case 'copyselect': TOOLBAR_categories::_COPY(); break; default: TOOLBAR_categories::_DEFAULT(); break; } ?>
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

