- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
<?php
class Plugins_Comments implements Plugins_interface{
function Run(){
$args=func_get_args();
return Formcacher::ProccessByAllRequest(APP_PluginBOX::tplOnce("comments",array("comments_list"=>APP_Models_Comments::GetCommentsTree($args[0]['post_id']),"post_id"=>$args[0]['post_id'],"com_name"=>htmlspecialchars($_COOKIE['com_name'],ENT_QUOTES))),FormCacher::LoadVars());
}
}
?>
Комментарии (11) RSS
Добавить комментарий