Lien odea

This commit is contained in:
Michael RICOIS 2015-08-06 09:46:04 +00:00
parent 1d18085804
commit cf6187afd3
2 changed files with 10 additions and 0 deletions

View File

@ -97,6 +97,11 @@ class IndexController extends Zend_Controller_Action
} }
} }
public function odeaAction()
{
$this->redirect('http://odea.scores-decisions.com');
}
/** /**
* Display browser agent * Display browser agent
*/ */

View File

@ -424,6 +424,11 @@ class Scores_Menu
array('controller'=> 'order', 'action'=>'greffebilan'), array('controller'=> 'order', 'action'=>'greffebilan'),
), ),
'pages' => array( 'pages' => array(
array(
'label' => 'Données et prospection',
'controller' => 'index',
'action' => 'odea',
),
array( array(
'label' => 'Nouveautés', 'label' => 'Nouveautés',
'controller' => 'aide', 'controller' => 'aide',