Hi All, I have a new site which I do NOT wish to have the map showing on the contact page. I have turned off google maps but I am left with

Location
{jamap }

which I assume is in a module?
Can anyone suggest how to find this and how to remove it from the contact page?
Thanks for your help.

    hookedonjoomla

    You can open this file: templates/ja_kidscorner/html/com_contact/contact/default.php

    At approx line 434, remove the code for the map:

    <!-- Map -->
    <div class="wrap-map">
    	<div class="contact-title">
    		<?php echo '<h2>'. JText::_('TPL_CONTACT_MAP').'</h2>';  ?>
    	</div>
    	<div class="map-content">{jamap }</div>
    </div>
    Write a Reply...
    You need to Login to view replies.