source: extensions/edit_gmaps/main.inc.php

Last change on this file was 25488, checked in by cljosse, 10 years ago

[extensions] edit_gmaps set compatibility translator

File size: 682 bytes
RevLine 
[8501]1<?php 
2/*
[4547]3Plugin Name: Edit Maps&Earth
[25488]4Version: 2.3.2
[4558]5Description:  Editor for rv gmaps
[14701]6Plugin URI: http://piwigo.org/ext/extension_view.php?eid=330
[4547]7Author: rvelices cljosse
[4558]8Author URI: http://cl.josse.free.fr/
[4547]9*/
[8501]10 
11if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
[9412]12if (!defined('EDIT_CL_PATH')) 
13define(  'EDIT_CL_PATH',   PHPWG_PLUGINS_PATH.basename(dirname(__FILE__)).'/' );
14        include_once(EDIT_CL_PATH.'edit_gmaps.inc.php');
[17761]15  global $cl_edit_functions;
[4558]16
[9445]17$cl_edit_functions = new cl_edit_functions();
[9412]18$cl_edit_controler = new cl_edit_controler();
19add_event_handler('get_admin_plugin_menu_links', array(&$cl_edit_controler,'cl_edit_admin_menu')  );
[4556]20 
[4547]21?>
Note: See TracBrowser for help on using the repository browser.