📄 menu_top.php
字号:
<?
include_once("inc/auth.php");
$MENU_TOP=array(
array("text" => "投票管理", "href" => "index1.php", "target" => "", "title" => "", "img" => "/images/menu/vote.gif"),
array("text" => "新建投票", "href" => "new.php", "target" => "", "title" => "", "img" => "/images/notify_new.gif")
);
$MENU_RIGHT=iask("vote_manage",1);
include_once("inc/menu_top.php");
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -