Source for file cpanel.php

Documentation is available at cpanel.php

  1. <?php
  2. /**
  3. @package Mambo Open Source
  4. @copyright (C) 2005 - 2006 Mambo Foundation Inc.
  5. @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
  6. *
  7. *  Mambo was originally developed by Miro (www.miro.com.au) in 2000. Miro assigned the copyright in Mambo to The Mambo Foundation in 2005 to ensure
  8. *  that Mambo remained free Open Source software owned and managed by the community.
  9. *  Mambo is Free Software
  10. */ 
  11.  
  12. /** ensure this file is being included by a parent file */
  13. defined'_VALID_MOS' or die'Direct Access to this location is not allowed.' );
  14. ?>
  15. <table class="adminform">
  16. <tr>
  17.     <td width="50%" valign="top">
  18.     <?php mosLoadAdminModules'icon')?>
  19.     </td>
  20.     <td width="50%" valign="top">
  21.     <div style="width=100%;">
  22.     <form action="index2.php" method="post" name="adminForm">
  23.     <?php 
  24.     mosLoadAdminModules'cpanel')
  25.     ?>
  26.     </form>
  27.     </div>
  28.     </td>
  29. </tr>
  30. </table>

Documentation generated on Mon, 05 May 2008 16:19:03 +0400 by phpDocumentor 1.4.0