📄 menu_top.php
字号:
<?php
include_once( "inc/auth.php" );
$MENU_TOP = array(
array( "text" => "已发布的投票", "href" => "current.php", "target" => "", "title" => "", "img" => "/images/menu/vote.gif" ),
array( "text" => "已终止投票", "href" => "history.php", "target" => "", "title" => "", "img" => "/images/menu/vote.gif" )
);
include_once( "inc/menu_top.php" );
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -