📄 modinfo.php
字号:
<?php// $Id: modinfo.php,v 1.7 2004/12/26 19:12:02 onokazu Exp $// Module Info// The name of this moduledefine("_MI_SECTIONS_NAME","Sections");// A brief description of this moduledefine("_MI_SECTIONS_DESC","Creates a section where admins can post various articles.");// Names of blocks for this module (Not all module has blocks)//define("_MI_","");// Names of admin menu itemsdefine("_MI_SECT_ADMENU1","List Sections");?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -