示例#1
0
文件: html.php 项目: 4Publish/4p_core
 public function config()
 {
     $this->T_block = $this->O->glob('block_central_1');
     $this->tpl_dir = dirname(__FILE__) . '/../template/';
     $params = $this->getRequestParams();
     $this->data['var'] = Filter::Int($this->M->var_id_node, $this->getRequestId());
 }