source: extensions/edit_gmaps/main.inc.php @ 31813

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

[extensions] edit_gmaps set compatibility translator

File size: 682 bytes
Line 
1<?php 
2/*
3Plugin Name: Edit Maps&Earth
4Version: 2.3.2
5Description:  Editor for rv gmaps
6Plugin URI: http://piwigo.org/ext/extension_view.php?eid=330
7Author: rvelices cljosse
8Author URI: http://cl.josse.free.fr/
9*/
10 
11if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
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');
15  global $cl_edit_functions;
16
17$cl_edit_functions = new cl_edit_functions();
18$cl_edit_controler = new cl_edit_controler();
19add_event_handler('get_admin_plugin_menu_links', array(&$cl_edit_controler,'cl_edit_admin_menu')  );
20 
21?>
Note: See TracBrowser for help on using the repository browser.