$carrousel->setLegend('Carrousel');
$this->addSubForm($carrousel, 'carrousel');
- $actualites = new CCGM_Form_CMS_Sub_Home_Actualites();
- $actualites->setLegend('Actualités');
- $this->addSubForm($actualites, 'actualites');
$blocs = new CCGM_Form_CMS_Sub_Home_Blocs();
$blocs->setLegend('Blocs de présentation');
$content->setLabel(__('Contents'));\r
$this->addElement($content);\r
\r
+ $link = new CubeIT_Form_Element_Link();\r
+ $link->setLabel('Lien');\r
+ $this->addSubForm($link,'link');\r
\r
$this->setListTitle(__('Actualités'));\r
$this->setNewTitle(__('Nouvelle actualité'));\r