Jump to content

Recommended Posts

Posted

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
×
×
  • Create New...