Skip to content
Snippets Groups Projects

PoC

Compare and
6 files
+ 121
1
Preferences
Compare changes
Files
6
@@ -169,6 +169,13 @@ class CmsController extends ZendAfi_Controller_Action {
}
public function icalAction() {
$id_profil = (int)$this->_getParam('id_profil');
$id_module = (int)$this->_getParam('id_module');
$this->_helper->renderIcal($id_profil, $id_module, $this->view);
}
/**
* @see ZendAfi_View_Helper_Accueil_MenuVertical
*/