This commit is contained in:
Michael RICOIS 2012-05-15 15:02:37 +00:00
parent 179b7e51ac
commit 5b9a742b3f
2 changed files with 23 additions and 24 deletions

View File

@ -74,8 +74,6 @@ class IndexController extends Zend_Controller_Action
public function restartAction()
{
$this->_helper->layout()->disableLayout();
$this->_helper->viewRenderer->setNoRender(true);
$request = $this->getRequest();
$id = $request->getParam('id');
if (!empty($id)){

View File

@ -0,0 +1 @@
<a href="<?=$this->url(array('controller'=>'index', 'action'=>'index'))?>">Retour</a>