X-Git-Url: https://dev.renevier.net/gitweb.cgi?a=blobdiff_plain;f=application%2Fcontrollers%2FListController.php;fp=application%2Fcontrollers%2FListController.php;h=cda08aabe990236d020ffb0b9bce202d24ddcd8d;hb=d6940ce6e0ae4424d32efd66edc743d337dc3cf8;hp=c02f19cf93ee7f34e376b212e8f856bce7c05d7e;hpb=30029cdbded68dd73b2f5697e852e009495eb196;p=syj.git diff --git a/application/controllers/ListController.php b/application/controllers/ListController.php index c02f19c..cda08aa 100644 --- a/application/controllers/ListController.php +++ b/application/controllers/ListController.php @@ -8,10 +8,7 @@ class ListController extends Zend_Controller_Action public function init() { $this->_helper->SyjSession->needsLogin(); - $this->view->headScript()->appendFile('js/OpenLayers.js'); - $this->view->headScript()->appendFile('js/prototype.js'); - $this->view->headScript()->appendFile('js/utils.js'); - $this->view->headScript()->appendFile('js/list.js'); + $this->_helper->SyjMedias->addScripts('list'); $this->view->headLink()->appendStylesheet('css/generic.css', 'all'); $this->view->headLink()->appendStylesheet('css/list.css', 'all');