X-Git-Url: https://dev.renevier.net/?a=blobdiff_plain;f=application%2Fcontrollers%2FPendingController.php;h=af5278c2a40b1a1033d31c4e2b1dd62389395a87;hb=3f23e76d2aec02c5cc4f7a403bbc7d17a000c416;hp=d025023dd8197987025597099b1bb24e166cd847;hpb=05ce9238adfa982746bfc6211b240fd24526af09;p=syj.git diff --git a/application/controllers/PendingController.php b/application/controllers/PendingController.php index d025023..af5278c 100644 --- a/application/controllers/PendingController.php +++ b/application/controllers/PendingController.php @@ -6,8 +6,8 @@ class PendingController extends Zend_Controller_Action { public function init() { - $this->view->headLink()->appendStylesheet('css/generic.css'); - $this->view->headLink()->appendStylesheet('css/pending.css'); + $this->view->headLink()->appendStylesheet('css/generic.css', 'all'); + $this->view->headLink()->appendStylesheet('css/pending.css', 'all'); } public function indexAction() {