Loading XML2HTMLPlugin.php +1 −1 Original line number Diff line number Diff line Loading @@ -173,7 +173,7 @@ class XML2HTMLPlugin extends GenericPlugin $templateMgr->assign('assetsPath', $this->getPluginAssetsPath($this->getRequest())); $templateMgr->assign('dcMetas', $dcMetas); $templateMgr->assign('text', $html); $html = $templateMgr->display($this->getTemplateResource('LandingPage.tpl')); $html = $templateMgr->display($this->getTemplateResource('HTMLGalleyView.tpl')); file_put_contents($htmlFile, $html, LOCK_EX); } return $html; Loading Loading
XML2HTMLPlugin.php +1 −1 Original line number Diff line number Diff line Loading @@ -173,7 +173,7 @@ class XML2HTMLPlugin extends GenericPlugin $templateMgr->assign('assetsPath', $this->getPluginAssetsPath($this->getRequest())); $templateMgr->assign('dcMetas', $dcMetas); $templateMgr->assign('text', $html); $html = $templateMgr->display($this->getTemplateResource('LandingPage.tpl')); $html = $templateMgr->display($this->getTemplateResource('HTMLGalleyView.tpl')); file_put_contents($htmlFile, $html, LOCK_EX); } return $html; Loading