📄 menu_top.php
字号:
<?php
include_once( "inc/auth.php" );
$MENU_TOP = array(
array( "text" => "未读公告", "href" => "new.php", "target" => "", "title" => "", "img" => "/images/menu/notify.gif" ),
array( "text" => "公告通知", "href" => "notify.php", "target" => "", "title" => "", "img" => "/images/menu/notify.gif" ),
array( "text" => "公告查询", "href" => "query.php", "target" => "", "title" => "", "img" => "/images/infofind.gif" )
);
include_once( "inc/menu_top.php" );
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -