Skip to content
Snippets Groups Projects

Premier chapitre v1.1

Closed Ghost User requested to merge (removed):premier-chapitre into master
Compare and
+ 1382
7
Preferences
Compare changes
Files
@@ -283,6 +283,11 @@ class Admin_AccueilController extends Zend_Controller_Action {
$this->view->catalogues = Class_Catalogue::getCataloguesForCombo();
$this->view->paniers = Class_PanierNotice::getPaniersForCombo();
}
public function premierChapitreAction() {
$this->view->paniers = Class_PanierNotice::getPaniersForCombo();
$this->_simpleAction('PREMIER-CHAPITRE');
}
protected function isAFlashStyleSelected() {