Hi everybody,
I have found out something that works fo me!!
I have put the code:
| Code: |
<?php
if($this->gmap) {
?>
<div class="MEGoogleMap">
<?php echo $this->gmap;?>
<?php echo $this->gmapOnLoad;?>
</div>
<br clear="all">
<?php
}
?>
|
In to my details.php from the default template. Than i went to my config.php (also in the default template map), and looked at:
| Code: |
$config["googlemaps"] = 1; // GoogleMaps enabled
|
and put a 1 there, and it works!!!!!!!!!
Maybe this will work for you guys! Try it and reply to this topic, so that i can see if i was right!!
Greets Mel