📄 modinfo.php
字号:
<?php
// $Id: modinfo.php,v 1.1 2004/01/29 14:45:24 buennagel Exp $
// Module Info
// The name of this module
define("_MI_POLLS_NAME","投票");
// A brief description of this module
define("_MI_POLLS_DESC","显示投票区块");
// Names of blocks for this module (Not all module has blocks)
define("_MI_POLLS_BNAME1","投票区块");
// Names of admin menu items
define("_MI_POLLS_ADMENU1","投票列表");
define("_MI_POLLS_ADMENU2","创建一个新的投票");
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -