X-Git-Url: https://dev.renevier.net/?p=syj.git;a=blobdiff_plain;f=application%2Fcontrollers%2FTermsofuseController.php;h=928966ed5af11d71b5584072a4a3f796ded973fa;hp=e1b8838b33332ddcd7d766b6c7ded1ccab3d1d81;hb=57031d71f1af8fbca504b7f09352a3fb1455d602;hpb=26afcb880ff75743abcb627ecf516b6c51a36d08 diff --git a/application/controllers/TermsofuseController.php b/application/controllers/TermsofuseController.php index e1b8838..928966e 100644 --- a/application/controllers/TermsofuseController.php +++ b/application/controllers/TermsofuseController.php @@ -7,8 +7,7 @@ class TermsofuseController extends Zend_Controller_Action public function indexAction() { $this->view->headLink()->appendStylesheet('css/generic.css'); $this->view->headLink()->appendStylesheet('css/termsofuse.css'); - $this->view->headScript()->appendFile('js/prototype.js'); - $this->view->headScript()->appendFile('js/termsofuse.js'); $this->view->headTitle($this->view->translate("terms of use")); + $this->view->rawmode = ($this->getRequest()->getQuery('format') == 'raw'); } }