X-Git-Url: https://dev.renevier.net/?p=syj.git;a=blobdiff_plain;f=application%2Fcontrollers%2FPendingController.php;h=7326bdbdb425a4d8ca4aa0bb8add3b45a4139fca;hp=af5278c2a40b1a1033d31c4e2b1dd62389395a87;hb=70d6bb9dfa4c198607fbe75592f108bc8d69048b;hpb=cc68f76d0f50528c2e4743879ec37363bfdcf26a diff --git a/application/controllers/PendingController.php b/application/controllers/PendingController.php index af5278c..7326bdb 100644 --- a/application/controllers/PendingController.php +++ b/application/controllers/PendingController.php @@ -7,6 +7,7 @@ class PendingController extends Zend_Controller_Action public function init() { $this->view->headLink()->appendStylesheet('css/generic.css', 'all'); + $this->view->headLink()->appendStylesheet('css/form.css', 'all'); $this->view->headLink()->appendStylesheet('css/pending.css', 'all'); }