Jump to content

Map inside Jatabs ?


Benjamin Kramer

Recommended Posts

Hi,

I am using jatabs in the detail. (take a look:http://www.zahnmedizinforum.de/Zahnarzte/dr-norbert-chmielewski.html)

I like to integrate the map inside jatabs. When moving the  following code inside the tab, the tab will be gone. :-( How do I solve the problem?

inside:

[tab title=Map]

<!--  BEGIN MAP -->

       <?php if(isset($listing['Geomaps']) && $listing['Geomaps']['lat']!='' && $listing['Geomaps']['lon']!=''):?>

       <div class="clear"></div>

       <?php echo $this->renderControllerView('geomaps','map_detail',array('width'=>'100%','height'=>'300'));?>

       <?php endif;?>

       <!--  END MAP -->

[/tab]

 

Thx

Link to comment
  • 2 weeks later...
×
×
  • Create New...