menu_top.php
来自「通达网络办公 - Office Anywhere 2008 增强版100%源码(」· PHP 代码 · 共 10 行
PHP
10 行
<?php
include_once( "inc/auth.php" );
$MENU_TOP = array(
array( "text" => "试题管理", "href" => "index1.php", "target" => "", "title" => "", "img" => "/images/menu/test.gif" ),
array( "text" => "新建试题", "href" => "new.php", "target" => "", "title" => "", "img" => "/images/notify_new.gif" )
);
include_once( "inc/menu_top.php" );
?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?