Change URL for streetview, now works in view ecran (print)
This commit is contained in:
parent
689b676500
commit
3ee982ed27
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user