ACC SHELL
<?php
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
//vraci html kod pro mapu na googlu
function getMap(){
return '<iframe width="306" height="252" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.cz/maps?f=q&source=s_q&hl=cs&geocode=&q=Gajdo%C5%A1ova+4392%2F7,+615+00+Brno&sll=49.930008,15.369873&sspn=3.25337,9.876709&brcurrent=5,0,0&ie=UTF8&hq=&hnear=Gajdo%C5%A1ova+4392%2F7,+615+00+%C5%BDidenice&z=16&ll=49.200999,16.644739&output=embed"></iframe><br /><small><a href="http://maps.google.cz/maps?f=q&source=embed&hl=cs&geocode=&q=Gajdo%C5%A1ova+4392%2F7,+615+00+Brno&sll=49.930008,15.369873&sspn=3.25337,9.876709&brcurrent=5,0,0&ie=UTF8&hq=&hnear=Gajdo%C5%A1ova+4392%2F7,+615+00+%C5%BDidenice&z=16&ll=49.200999,16.644739" style="color:#0000FF;text-align:left">Zvětšit mapu</a></small>';
}
?>
ACC SHELL 2018