Changeset 4556 for extensions/edit_gmaps


Ignore:
Timestamp:
Dec 22, 2009, 3:53:47 PM (14 years ago)
Author:
cljosse
Message:

[Edit_gmaps] make Compatibility with rv_maps and gally

Location:
extensions/edit_gmaps
Files:
3 added
1 edited

Legend:

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

    r4547 r4556  
    3030        return $menu;
    3131}
     32 
     33add_event_handler('loc_after_page_header', 'cl_conflit');
     34function cl_conflit() {
     35  global $template,$page;
     36 
     37 if (  !isset($_GET['map'])   )
     38{
     39return ;
     40}
     41  $template->set_filenames(array('cl_conflit' => dirname(__FILE__).'/template/cl_conflit.tpl'));
     42 $template->parse('cl_conflit');
     43 
     44}
     45
    3246
    3347?>
Note: See TracChangeset for help on using the changeset viewer.