Skip to content
Snippets Groups Projects
Commit 88ed209b authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

dev #65273 : remove raw link to export ical

parent e0dd6c84
Branches
Tags
3 merge requests!2409Master,!2399Dev#65273 s91 contractuel cavy export des articles agenda en json,!2392Dev#65273 s91 contractuel cavy export des articles agenda en json
Pipeline #2842 passed with stage
in 21 minutes and 47 seconds
......@@ -68,12 +68,7 @@ class ZendAfi_View_Helper_Accueil_Calendar extends ZendAfi_View_Helper_Accueil_B
$param['DISPLAY_FULL_PAGE'] = $this->preferences['display_full_page'];
$param['LAYOUT'] = $this->preferences['layout'];
$this->contenu = $this->view->calendarContent($param)
. $this->_tag('a', $this->_('Ajouter à mon agenda'),
['href' => $this->view->url(['controller' => 'cms',
'action' => 'ical',
'id_profil' => Class_Profil::getCurrentProfil()->getId(),
'id_module' => $this->id_module])]);
$this->contenu = $this->view->calendarContent($param);
return $this->getHtmlArray();
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment