예제 #1
0
파일: controls.php 프로젝트: kronius/vidpro
 function before_parse()
 {
     $this->pg = str_replace('{page}', $this->params['cnt']['page'], $this->pg);
     parent::before_parse();
 }