Jump to content

PHPGoogleMaps in PW templates


Mats
 Share

Recommended Posts

One way is to put all the PHPGoogleMaps folder inside the templates folder and load the library like this

require( 'PHPGoogleMaps/Core/Autoloader.php' );

If you want more flexibility you can do this

require( $config->paths->templates . 'PHPGoogleMaps/Core/Autoloader.php' );
  • Like 2
Link to comment
Share on other sites

 Share

×
×
  • Create New...