X-Git-Url: https://dev.renevier.net/?p=syj.git;a=blobdiff_plain;f=application%2Fcontrollers%2FListController.php;h=c02f19cf93ee7f34e376b212e8f856bce7c05d7e;hp=9ce4d0e828f7812749a1536b53d0684379f7c65a;hb=8e7d8e39a2ee5801a2f68b95cdc0e84b55da1019;hpb=95727eb231968e25b764f99d899bf2e044664ab4 diff --git a/application/controllers/ListController.php b/application/controllers/ListController.php index 9ce4d0e..c02f19c 100644 --- a/application/controllers/ListController.php +++ b/application/controllers/ListController.php @@ -13,8 +13,8 @@ class ListController extends Zend_Controller_Action $this->view->headScript()->appendFile('js/utils.js'); $this->view->headScript()->appendFile('js/list.js'); - $this->view->headLink()->appendStylesheet('css/generic.css'); - $this->view->headLink()->appendStylesheet('css/list.css'); + $this->view->headLink()->appendStylesheet('css/generic.css', 'all'); + $this->view->headLink()->appendStylesheet('css/list.css', 'all'); $this->view->headTitle($this->view->translate("my routes")); }