Last change
on this file since 11132 was
10060,
checked in by cljosse, 14 years ago
|
[extensions] edit_gmaps compatibility with piwigo 2.2
|
File size:
653 bytes
|
Line | |
---|
1 | <?php |
---|
2 | /* |
---|
3 | Plugin Name: Edit Maps&Earth |
---|
4 | Version: auto |
---|
5 | Description: Editor for rv gmaps |
---|
6 | Plugin URI: http://piwigo.org/ext/extension_view.php?eid=330 |
---|
7 | Author: rvelices cljosse |
---|
8 | Author URI: http://cl.josse.free.fr/ |
---|
9 | */ |
---|
10 | |
---|
11 | if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!'); |
---|
12 | if (!defined('EDIT_CL_PATH')) |
---|
13 | define( 'EDIT_CL_PATH', PHPWG_PLUGINS_PATH.basename(dirname(__FILE__)).'/' ); |
---|
14 | include_once(EDIT_CL_PATH.'edit_gmaps.inc.php'); |
---|
15 | |
---|
16 | $cl_edit_functions = new cl_edit_functions(); |
---|
17 | $cl_edit_controler = new cl_edit_controler(); |
---|
18 | add_event_handler('get_admin_plugin_menu_links', array(&$cl_edit_controler,'cl_edit_admin_menu') ); |
---|
19 | |
---|
20 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.