Changeset 23083 for extensions/rv_gmaps/trunk/map.php
- Timestamp:
- Jun 7, 2013, 6:01:12 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/rv_gmaps/trunk/map.php
r14181 r23083 48 48 check_restrictions($page['category']['id']); 49 49 50 if ( !isset($_GET['ll']) and ($page['section']!='categories' or isset($page['category']) ))50 if ( !isset($_GET['ll']) /*and ($page['section']!='categories' or isset($page['category']) )*/ ) 51 51 { 52 52 $img_fields = 'MIN(i.lat) s, MIN(i.lon) w, MAX(i.lat) n, MAX(i.lon) e'; … … 69 69 'CONTENT_ENCODING' => get_pwg_charset(), 70 70 'RVM_PLUGIN_VERSION' => RVM_PLUGIN_VERSION, 71 'GMAPS_API_KEY' => $conf['gmaps_api_key'],72 71 'PLUGIN_ROOT_URL' => get_absolute_root_url().'plugins/'.$rvm_dir, 73 72 'PLUGIN_LOCATION' => 'plugins/'.$rvm_dir, … … 76 75 'U_HOME' => make_index_url(), 77 76 'U_HOME_MAP' => rvm_make_map_index_url(), 77 'MAP_TYPE' => rvm_get_config_var('map_type', 'ROADMAP'), 78 78 ) 79 79 );
Note: See TracChangeset
for help on using the changeset viewer.