?? commentform.php
字號:
<?php
/*
[插件名稱] 評論表單 - 替換模版標(biāo)簽{#modCommentForm#}
[適用范圍] 文章,下載,圖文詳情頁
[文 件 名] CommentForm.php
[更新時間] 2006/8/11
*/
function CommentForm(){
global $fsql,$id;
global $title,$MenuInfo,$NowMenuid;
for($i=0;$i<=3;$i++){
$zz=rand(1,9);
$code.=$zz;
}
setCookie("CODEIMG",$code,time()+3600,"/");
$PSET=PlusSet("modCommentForm");
$tempname=PlusDef($PSET["tempname"],"tpl_comment.htm");
$Temp=LoadTemp(ROOTPATH."templates/".$MenuInfo["skin"]."/".$tempname);
$str=str_replace("{#nowmenuid#}",$NowMenuid,$Temp);
$str=str_replace("{#nowcoltype#}",$MenuInfo["coltype"],$str);
$str=str_replace("{#title#}",$title,$str);
$str=str_replace("{#id#}",$id,$str);
$str=str_replace("{#pid#}","",$str);
$str=str_replace("{#RP#}",ROOTPATH,$str);
return $str;
}
?>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -