📄 buttominfo.php
字号:
<?php
/*
[插件名称] 脚注信息 - 替换模版标签{#modButtomInfo#}
[适用范围] 全站统一
[文 件 名] ButtomInfo.php
[更新时间] 2006/8/13
*/
function ButtomInfo(){
global $fsql,$charset,$tbl_plus,$MenuInfo;
$scl=" pluslable='modButtomInfo' and pluslocat='index' and plustype='index' ";
$fsql->query("select * from $tbl_plus where $scl ");
if($fsql->next_record()){
$body=$fsql->f('body');
}
return $body;
}
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -