Source for file toolbar.admin.html.php

Documentation is available at toolbar.admin.html.php

  1. <?php
  2. /**
  3. @package Mambo
  4. @subpackage Admin
  5. @copyright  Refer to copyright.php
  6. @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
  7. @author Mambo Foundation Inc see README.php
  8. */
  9.  
  10. class TOOLBAR_admin {
  11.     function _SYSINFO({
  12.         mosMenuBar::startTable();
  13.         mosMenuBar::help'system.info' );
  14.         mosMenuBar::endTable();
  15.     }
  16.     /**
  17.     * Draws the menu for a New category
  18.     */
  19.     function _CPANEL({
  20.         mosMenuBar::startTable();
  21.         mosMenuBar::help'cpanel' );
  22.         mosMenuBar::endTable();
  23.     }
  24.     /**
  25.     * Draws the menu for a New category
  26.     */
  27.     function _DEFAULT({
  28.         mosMenuBar::startTable();
  29.         //mosMenuBar::help( 'cpanel' );
  30.         mosMenuBar::endTable();
  31.     }
  32. }
  33. ?>

Documentation generated on Mon, 05 May 2008 16:23:20 +0400 by phpDocumentor 1.4.0