?? 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 + -