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

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

[extensions] edit_gmaps add functions

File size: 645 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
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_functions = new cl_edit_functions();
17$cl_edit_controler = new cl_edit_controler();
18add_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.