Better title

This commit is contained in:
Michael RICOIS 2014-01-08 09:21:59 +00:00
parent 6b93dd3529
commit 98df0b51da

View File

@ -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) {