示例#1
0
文件: print.php 项目: ilivanoff/www
 public function buildContent()
 {
     //Можно и не устанавливать, т.к. к popup окнам мы не подключаем спрайты
     PsDefines::setReplaceFormulesWithSprites(false);
     $params = array('prinvView' => $this->postCP->getPostPrintVariant());
     return $this->getFoldedEntity()->fetchTpl($params);
 }