Lien odea
This commit is contained in:
parent
1d18085804
commit
cf6187afd3
@ -97,6 +97,11 @@ class IndexController extends Zend_Controller_Action
|
||||
}
|
||||
}
|
||||
|
||||
public function odeaAction()
|
||||
{
|
||||
$this->redirect('http://odea.scores-decisions.com');
|
||||
}
|
||||
|
||||
/**
|
||||
* Display browser agent
|
||||
*/
|
||||
|
@ -424,6 +424,11 @@ class Scores_Menu
|
||||
array('controller'=> 'order', 'action'=>'greffebilan'),
|
||||
),
|
||||
'pages' => array(
|
||||
array(
|
||||
'label' => 'Données et prospection',
|
||||
'controller' => 'index',
|
||||
'action' => 'odea',
|
||||
),
|
||||
array(
|
||||
'label' => 'Nouveautés',
|
||||
'controller' => 'aide',
|
||||
|
Loading…
Reference in New Issue
Block a user