X-Git-Url: https://dev.renevier.net/gitweb.cgi?a=blobdiff_plain;f=application%2Fcontrollers%2FFaqController.php;fp=application%2Fcontrollers%2FFaqController.php;h=8a6881c19655d5411a815cd4597caae3c7ce3894;hb=208a09a18b0212eecb94b74fd63840e6fcce8878;hp=0000000000000000000000000000000000000000;hpb=e0467a21e9d0f5237e0c3505933c625ef7c02be0;p=syj.git diff --git a/application/controllers/FaqController.php b/application/controllers/FaqController.php new file mode 100644 index 0000000..8a6881c --- /dev/null +++ b/application/controllers/FaqController.php @@ -0,0 +1,12 @@ +view->headLink()->appendStylesheet('css/generic.css'); + $this->view->headLink()->appendStylesheet('css/faq.css'); + $this->view->headTitle($this->view->translate("Frequently asked questions")); + } +}