bug layout

This commit is contained in:
Damien LASSERRE 2012-03-08 15:25:27 +00:00
parent edf7b7e028
commit 4b4608f306

View File

@ -22,7 +22,9 @@ Class IndexController extends Libs_Controller
public function criteresAction()
{
/*$this->_helper->layout()->disableLayout();*/
$ajax = $this->getRequest()->getParam('ajax');
if($ajax)
$this->_helper->layout()->disableLayout();
require_once 'Scores/SessionCiblage.php';
require_once 'Scores/Field.php';
$session = new SessionCiblage();