X-Git-Url: https://dev.renevier.net/gitweb.cgi?a=blobdiff_plain;f=application%2Fcontrollers%2Fhelpers%2FSyjReset.php;fp=application%2Fcontrollers%2Fhelpers%2FSyjReset.php;h=15a138ecd974c975f93cbac1770af74ce394767a;hb=26afcb880ff75743abcb627ecf516b6c51a36d08;hp=0000000000000000000000000000000000000000;hpb=ec7db76528badd24d3b1332736c5a6f71d2a0986;p=syj.git diff --git a/application/controllers/helpers/SyjReset.php b/application/controllers/helpers/SyjReset.php new file mode 100644 index 0000000..15a138e --- /dev/null +++ b/application/controllers/helpers/SyjReset.php @@ -0,0 +1,15 @@ +getActionController(); + $controller->view->jslocales = null; + $controller->view->headScript()->exchangeArray(array()); + $controller->view->headLink()->exchangeArray(array()); + $controller->view->headTitle()->exchangeArray(array()); + $controller->view->headStyle()->exchangeArray(array()); + } +}