Changeset 169 for trunk/globals/functions.php
- Timestamp:
- 09/04/2006 02:50:13 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/globals/functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/globals/functions.php
r166 r169 96 96 global $qs_vars; 97 97 $o = array(); 98 if(get('show_map') == "no") $o = array_merge($o,array("show_map" => "no")); 98 99 if ($cur_qs == TRUE) { 99 100 parse_str(get_qs(), $qs); … … 344 345 if ($gmap_key == '') return FALSE; 345 346 346 $main->html->head->add_script("text/javascript", "http://".$vars['gmap']['server']."/maps?file=api&v= 1&key=".$gmap_key);347 $main->html->head->add_script("text/javascript", "http://".$vars['gmap']['server']."/maps?file=api&v=2&key=".$gmap_key); 347 348 $main->html->head->add_script("text/javascript", $javascript); 348 349 $main->html->head->add_extra(
Note: See TracChangeset
for help on using the changeset viewer.
