Ignore:
Timestamp:
Dec 22, 2009, 6:50:52 PM (14 years ago)
Author:
cljosse
Message:

[Edit_gmaps] update version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/edit_gmaps/main.inc.php

    r4556 r4557  
    33Version: 1.0.0
    44Description:  Editor for rv gmaps
    5 Plugin URI: http://piwigo.org/ext
     5Plugin URI: http://piwigo.org/ext/extension_view.php?eid=330
    66Author: rvelices cljosse
    77Author URI: http://www.modusoptimus.com/
     
    3535  global $template,$page;
    3636 
    37  if (  !isset($_GET['map'])   )
     37 
     38 if (   isset($_GET['map']) ||   isset($_POST['lat'])  )
    3839{
    39 return ;
     40 $template->set_filenames(array('cl_conflit' => dirname(__FILE__).'/template/cl_conflit.tpl'));
     41 $template->parse('cl_conflit');
     42}else{
     43 
    4044}
    41   $template->set_filenames(array('cl_conflit' => dirname(__FILE__).'/template/cl_conflit.tpl'));
    42  $template->parse('cl_conflit');
    43  
     45 return ;
    4446}
    4547
Note: See TracChangeset for help on using the changeset viewer.