buttominfo.php
来自「asp新闻网站源码」· PHP 代码 · 共 29 行
PHP
29 行
<?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 + =
减小字号Ctrl + -
显示快捷键?