Keyword

Integrate Map

  • nxlevel solutions
  • nxlevel solutions's Avatar Topic Author
  • Offline
  • New Member
More
11 years 2 months ago - 9 years 2 months ago #126658 by nxlevel solutions
Integrate Map was created by nxlevel solutions
Hi,

nevermind!
Last edit: 9 years 2 months ago by nxlevel solutions.

Please Log in or Create an account to join the conversation.

More
11 years 2 months ago #126659 by Lefteris
Replied by Lefteris on topic Re: Integrate Map
Hi. This topic is out of K2 and has to do with Joomla! development. Here is some code that lets you add scripts and styles using the Joomla! API:
<?php 
$document = JFactory::getDocument();
$document->addScript('http://cdn.leafletjs.com/leaflet-0.6.4/leaflet.js');
$document->addStyleSheet('http://cdn.leafletjs.com/leaflet-0.6.4/leaflet.css');
?>

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum