]> dev.renevier.net Git - syj.git/blob - application/controllers/FaqController.php
cache js, css and png files
[syj.git] / application / controllers / FaqController.php
1 <?php
2 /*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
3     and is published under the AGPL license. */
4
5 class FaqController extends Zend_Controller_Action
6 {
7     public function indexAction() {
8         $this->_helper->SyjMedias->addStyleSheets('faq');
9         $this->view->headTitle($this->view->translate("Frequently asked questions"));
10     }
11 }