Changeset 25488
- Timestamp:
- Nov 15, 2013, 1:39:20 PM (11 years ago)
- Location:
- extensions/edit_gmaps
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/edit_gmaps/admin/admin_edit.php
r22121 r25488 1 1 <?php 2 2 if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!'); 3 global $lang; 3 4 4 load_language('lang', dirname(__FILE__).'/../'); 5 5 $admin_url = PHPWG_ROOT_PATH.'admin.php'; -
extensions/edit_gmaps/edit_gmaps.inc.php
r25359 r25488 350 350 { 351 351 global $template,$infos_message,$error_message,$warnings_message, $user ; 352 global $conf,$ lang,$page ;352 global $conf,$page ; 353 353 //============================================================== 354 354 if (isset($error_message)) { -
extensions/edit_gmaps/include/functions.php
r9377 r25488 15 15 function cl_meta_load_language() 16 16 { 17 global $lang ,$lang_info,$conf;17 global $lang_info,$conf; 18 18 if ( isset($lang['Map']) or ($lang_info['code']=='en' and !$conf['debug_l10n']) ) 19 19 return; -
extensions/edit_gmaps/language/fr_FR/description.txt
r10922 r25488 1 Un complément au plugin rv_gmaps de rvelices.2 Le plugin rv_gmaps doit être installé.3 4 1 Edit_gmaps permet de trouver facilement la longitude et latitude d'une photo, soit en cliquant sur la carte, 5 2 en déplaçant le marqueur ou en faisant une recherche par ville. -
extensions/edit_gmaps/language/fr_FR/lang.php
r18939 r25488 1 1 <?php 2 global $lang;3 2 $lang['command_cl']="Lecture : Base de données, Exif"; 4 3 $lang['return']="Retour"; -
extensions/edit_gmaps/main.inc.php
r24288 r25488 2 2 /* 3 3 Plugin Name: Edit Maps&Earth 4 Version: 2.3. 14 Version: 2.3.2 5 5 Description: Editor for rv gmaps 6 6 Plugin URI: http://piwigo.org/ext/extension_view.php?eid=330 -
extensions/edit_gmaps/maintain.inc.php
r25359 r25488 9 9 function plugin_install($plugin_id,$plugin_version,&$errors) 10 10 { 11 global $conf ,$lang;11 global $conf ; 12 12 13 13 $colonnes=cl_edit_functions::Get_columns_of(IMAGES_TABLE);
Note: See TracChangeset
for help on using the changeset viewer.