Source for file toolbar.frontpage.php

Documentation is available at toolbar.frontpage.php

  1. <?php
  2. /**
  3. @package Mambo
  4. @subpackage Content
  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. /** ensure this file is being included by a parent file */
  11. defined'_VALID_MOS' or die'Direct Access to this location is not allowed.' );
  12.  
  13. require_once$mainframe->getPath'toolbar_html' ) );
  14. require_once$mainframe->getPath'toolbar_default' ) );
  15.  
  16. $act mosGetParam$_REQUEST'act''' );
  17. if ($act{
  18.     $task $act;
  19. }
  20.  
  21. switch ($task{
  22.     default:
  23.         TOOLBAR_FrontPage::_DEFAULT();
  24.         break;
  25. }
  26. ?>

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