mambo的cms源代码

源代码在线查看: toolbar.admin.html.php

软件大小: 2053 K
上传用户: bonylee_java
关键词: mambo cms 源代码
下载地址: 免注册下载 普通下载 VIP

相关代码

								/**				* @version $Id: toolbar.admin.html.php,v 1.5 2005/02/11 01:19:32 levis Exp $				* @package Mambo				* @subpackage Admin				* @copyright (C) 2000 - 2005 Miro International Pty Ltd				* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL				* Mambo is Free Software				*/								/**				* @package Mambo				* @subpackage Admin				*/				class TOOLBAR_admin {					function _SYSINFO() {						mosMenuBar::startTable();						mosMenuBar::help( 'screen.system.info' );						mosMenuBar::endTable();					}					/**					* Draws the menu for a New category					*/					function _CPANEL() {						mosMenuBar::startTable();						mosMenuBar::help( 'screen.cpanel' );						mosMenuBar::endTable();					}					/**					* Draws the menu for a New category					*/					function _DEFAULT() {						mosMenuBar::startTable();						//mosMenuBar::help( 'screen.cpanel' );						mosMenuBar::endTable();					}				}				?>							

相关资源