take the map type from the map, don't force it
This commit is contained in:
parent
48dd874dfe
commit
2afb0ce65b
|
@ -156,7 +156,7 @@ function transport_shortcode() {
|
||||||
?>
|
?>
|
||||||
</section>
|
</section>
|
||||||
<?php
|
<?php
|
||||||
echo do_shortcode( '[ready_google_map id="1" map_language="en" type="HYBRID" align="right"]' );
|
echo do_shortcode( '[ready_google_map id="2" map_language="en" align="center"]' );
|
||||||
|
|
||||||
$result .= ob_get_contents();
|
$result .= ob_get_contents();
|
||||||
ob_end_clean();
|
ob_end_clean();
|
||||||
|
|
Loading…
Reference in New Issue