Jump to content

[SOLVED] Add googlemap to one of the CMS pages


Recommended Posts

  • 5 months later...
In cms.tpl (in your template file) maybe you can try to add something like that:
{if $cms->id == X}ADD YOUR CODE HERE{/if}
X is the ID number of the cms page you want to display your map in


that solution totally worked for me too, but what if I'd like to add 2 locations?
Link to comment
Share on other sites

  • 2 weeks later...
  • 3 weeks later...
In cms.tpl (in your template file) maybe you can try to add something like that:
{if $cms->id == X}ADD YOUR CODE HERE{/if}
X is the ID number of the cms page you want to display your map in


Thanks, that worked for me. I had it fixed before by editing the tiny_mce.js and inserting the "iframe" as valid tags, but it stopped working for some reason.
Link to comment
Share on other sites

×
×
  • Create New...