X-Git-Url: https://dev.renevier.net/gitweb.cgi?a=blobdiff_plain;f=application%2Fcontrollers%2FListController.php;h=e94088383fba22f336eb663ea2ed9e4bd4749094;hb=7ab93faefae14af39fc5449a2c3311dd68d2c0f9;hp=1cf030809025e75f4aced523656451e1548b1800;hpb=38bedcd63499189e0584bfff6e44ae4018283eb1;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")); }