View of /mambo/trunk/administrator/components/com_checkin/toolbar.checkin.html.php
Parent Directory
|
Revision Log
Revision 1 -
(download)
(annotate)
Tue Dec 13 03:45:47 2005 UTC (7 years, 5 months ago) by root
File size: 516 byte(s)
Tue Dec 13 03:45:47 2005 UTC (7 years, 5 months ago) by root
File size: 516 byte(s)
Initial repository layout
<?php /** * @version $Id: toolbar.checkin.html.php,v 1.2 2005/11/08 10:26:19 eliasan Exp $ * @package Mambo * @subpackage Checkin * @copyright (C) 2000 - 2005 Miro International Pty Ltd * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * Mambo is Free Software */ /** * @package Mambo * @subpackage Checkin */ class TOOLBAR_checkin { /** * Draws the menu for a New category */ function _DEFAULT() { mosMenuBar::startTable(); mosMenuBar::help( '453.screen.checkin' ); mosMenuBar::endTable(); } } ?>
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

