Annotation of /mambo/branches/4.5.3h/administrator/templates/mambo_admin_blue/cpanel.php
Parent Directory
|
Revision Log
Revision 22 - (view) (download)
| 1 : | root | 1 | <?php |
| 2 : | /** | ||
| 3 : | * @version $Id: cpanel.php,v 1.1 2005/07/22 01:54:20 eddieajau Exp $ | ||
| 4 : | * @package Mambo | ||
| 5 : | * @copyright (C) 2000 - 2005 Miro International Pty Ltd | ||
| 6 : | * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL | ||
| 7 : | * Mambo is Free Software | ||
| 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 : | <table class="adminform"> | ||
| 14 : | <tr> | ||
| 15 : | <td width="50%" valign="top"> | ||
| 16 : | <?php mosLoadAdminModules( 'icon', 0 ); ?> | ||
| 17 : | </td> | ||
| 18 : | <td width="50%" valign="top"> | ||
| 19 : | <div style="width=100%;"> | ||
| 20 : | <form action="index2.php" method="post" name="adminForm"> | ||
| 21 : | <?php mosLoadAdminModules( 'cpanel', 1 ); ?> | ||
| 22 : | </form> | ||
| 23 : | </div> | ||
| 24 : | </td> | ||
| 25 : | </tr> | ||
| 26 : | </table> |
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

