Jump to content

Geomaps Blogview Modification


Dale-Kurt Murray1424296097

Recommended Posts

I would like to create a modified version of the trialing map seen in the blogview. So far I have copied the code from listings_blogview.thtml

<!-- BEGIN MAP -->
<div id="gm_mapColumn">
   <?php echo $this->renderControllwerView('geomaps','map_results',array('width'=>'300','height'=>'300')); ?>
</div>
<!-- END MAP -->

 

and placed it in listings_tableview.thtml.

Now I would like to duplication this Controller View and strip out the javascript to format it to work with my page format of the Table View.

 

Where can I location the

<?php echo $this->renderControllwerView('geomaps','map_results',array('width'=>'300','height'=>'300')); ?>

 

to do this?

Link to comment
×
×
  • Create New...