init
This commit is contained in:
9
module/googlemaps/googlemaps.php
Normal file
9
module/googlemaps/googlemaps.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?
|
||||
function googlemaps_show( $sitepart_id ) {
|
||||
require_once("googlemaps_config.inc.php");
|
||||
require("show_google_maps.inc.php");
|
||||
}
|
||||
|
||||
function googlemaps_edit() {
|
||||
require_once('edit_googlemaps.inc.php');
|
||||
}
|
||||
Reference in New Issue
Block a user