Changeset 172
- Timestamp:
- 12/01/2006 09:37:21 AM (5 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
config-sample/config.php (modified) (1 diff)
-
globals/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/config-sample/config.php
r159 r172 89 89 'default' => 'satellite' 90 90 ), 91 'api' => '2.66', 91 92 'keys' => array( // Domains must be as in $_SERVER['SERVER_NAME'] variable 92 93 'server.example.org/path' => 'example_key' -
trunk/globals/functions.php
r169 r172 345 345 if ($gmap_key == '') return FALSE; 346 346 347 $main->html->head->add_script("text/javascript", "http://".$vars['gmap']['server']."/maps?file=api&v= 2&key=".$gmap_key);347 $main->html->head->add_script("text/javascript", "http://".$vars['gmap']['server']."/maps?file=api&v=".$vars['gmap']['api']."&key=".$gmap_key); 348 348 $main->html->head->add_script("text/javascript", $javascript); 349 349 $main->html->head->add_extra(
Note: See TracChangeset
for help on using the changeset viewer.
