X-Git-Url: https://dev.renevier.net/?a=blobdiff_plain;f=application%2Fcontrollers%2FListController.php;h=e94088383fba22f336eb663ea2ed9e4bd4749094;hb=00c2579ade64a20ba2d82e98d3eea5f864864cdb;hp=1cf030809025e75f4aced523656451e1548b1800;hpb=0722c496ca63f30937427e3bf8fbdd5cfee2c83d;p=syj.git diff --git a/application/controllers/ListController.php b/application/controllers/ListController.php index 1cf0308..e940883 100644 --- a/application/controllers/ListController.php +++ b/application/controllers/ListController.php @@ -9,9 +9,8 @@ class ListController extends Zend_Controller_Action $this->_helper->SyjUserManager->needsLogin(); $this->_helper->SyjMedias->addScripts('list'); + $this->_helper->SyjMedias->addStyleSheets('list'); - $this->view->headLink()->appendStylesheet('css/generic.css', 'all'); - $this->view->headLink()->appendStylesheet('css/list.css', 'all'); $this->view->headTitle($this->view->translate("my routes")); }