Last change
on this file since 24279 was
22117,
checked in by cljosse, 12 years ago
|
[extensions] edit_gmap update to piwigo 2.5
|
File size:
682 bytes
|
Rev | Line | |
---|
[8501] | 1 | <?php |
---|
| 2 | /* |
---|
[4547] | 3 | Plugin Name: Edit Maps&Earth |
---|
[22117] | 4 | Version: 2.2.8 |
---|
[4558] | 5 | Description: Editor for rv gmaps |
---|
[14701] | 6 | Plugin URI: http://piwigo.org/ext/extension_view.php?eid=330 |
---|
[4547] | 7 | Author: rvelices cljosse |
---|
[4558] | 8 | Author URI: http://cl.josse.free.fr/ |
---|
[4547] | 9 | */ |
---|
[8501] | 10 | |
---|
| 11 | if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!'); |
---|
[9412] | 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'); |
---|
[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(); |
---|
| 19 | add_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.