View of /mambo/branches/4.6/administrator/components/com_frontpage/toolbar.frontpage.html.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: 745 byte(s)
Tue Feb 6 06:05:27 2007 UTC (6 years, 3 months ago) by elpie
File size: 745 byte(s)
Removed Miro notice from files and placed into copyright file.
<?php /** * @package Mambo * @subpackage Content * @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.' ); class TOOLBAR_FrontPage { function _DEFAULT() { mosMenuBar::startTable(); mosMenuBar::publishList(); mosMenuBar::spacer(); mosMenuBar::unpublishList(); mosMenuBar::spacer(); mosMenuBar::archiveList(); mosMenuBar::spacer(); mosMenuBar::custom('remove','delete.png','delete_f2.png',T_('Remove'), true); mosMenuBar::spacer(); mosMenuBar::help( 'manager' ); mosMenuBar::endTable(); } } ?>
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

