Change URL for streetview, now works in view ecran (print)

This commit is contained in:
Michael RICOIS 2013-11-20 15:12:33 +00:00
parent 689b676500
commit 3ee982ed27

View File

@ -1185,12 +1185,7 @@ class IdentiteController extends Zend_Controller_Action
$heading = $deg[$num];
$streetview->setHeading($heading);
//$streetview->setLocationTxt($adresse);
$url = $this->view->url(array(
'controller'=>'fichier',
'action'=>'streetview',
'fichier'=> $streetview->display())
, null, true
);
$url = '/fichier/streetview/'.$streetview->display();
$this->view->assign('url', $url);
}
$this->view->assign('lat', $lat);