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

Last change on this file since 9413 was 9413, checked in by cljosse, 13 years ago

[edit_gmaps] set conformity with 0RC3.

File size: 605 bytes
Line 
1<?php 
2/*
3Plugin Name: Edit Maps&Earth
4Version: auto
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
16$cl_edit_controler = new cl_edit_controler();
17add_event_handler('get_admin_plugin_menu_links', array(&$cl_edit_controler,'cl_edit_admin_menu')  );
18 
19?>
Note: See TracBrowser for help on using the repository browser.