Skip to content

Instantly share code, notes, and snippets.

@PoTHuYJoHN
Last active December 27, 2015 11:29
Show Gist options
  • Save PoTHuYJoHN/7318435 to your computer and use it in GitHub Desktop.
Save PoTHuYJoHN/7318435 to your computer and use it in GitHub Desktop.
Google maps карта
<?=Html::anchor(
'http://maps.google.com/maps?q=' . urlencode(View::$global->settings['address']) . '&z=16&output=embed',
'<img src="http://maps.google.com/maps/api/staticmap?center=' . urlencode(View::$global->settings['address']) . '&zoom=15&size=390x225&sensor=false&markers=color:red%7C' . urlencode(View::$global->settings['address']) . '" alt="">',
array('class' => 'contact-map', 'onclick' => 'system.showMap(this);return false;')
)?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment