Better title
This commit is contained in:
parent
6b93dd3529
commit
98df0b51da
@ -55,7 +55,7 @@ class IdentiteController extends Zend_Controller_Action
|
||||
} else {
|
||||
$titre = 'Siret '.$this->siret;
|
||||
}
|
||||
$this->view->headTitle()->prepend('Identité - '.$titre);
|
||||
$this->view->headTitle()->prepend('Fiche Identité - '.$titre);
|
||||
$ws = new WsScores();
|
||||
$infos = $ws->getIdentite($this->siret, $this->id);
|
||||
if ($infos === false) {
|
||||
|
Loading…
Reference in New Issue
Block a user