X-Git-Url: https://dev.renevier.net/?a=blobdiff_plain;f=application%2Fcontrollers%2FPendingController.php;h=ff28a1f94dad7b48db031faa703092ead5fa9b3c;hb=3613612e1f8a5b1ff659b903eb5a4f1b4e178e66;hp=af7135b6546a3aefb7e588eb71099d3e22ff507f;hpb=0722c496ca63f30937427e3bf8fbdd5cfee2c83d;p=syj.git diff --git a/application/controllers/PendingController.php b/application/controllers/PendingController.php index af7135b..ff28a1f 100644 --- a/application/controllers/PendingController.php +++ b/application/controllers/PendingController.php @@ -6,9 +6,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'); + $this->_helper->SyjMedias->addStyleSheets('pending'); } public function indexAction() {