コード例 #1
0
ファイル: controls.php プロジェクト: kronius/vidpro
 function before_parse()
 {
     $this->pg = str_replace('{page}', $this->params['cnt']['page'], $this->pg);
     parent::before_parse();
 }