mirror of
https://github.com/gtbu/Typesetter-5.3-p8.git
synced 2024-11-21 21:59:12 +01:00
map https
This commit is contained in:
parent
2859d4a895
commit
45359b8192
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ class Example_Map{
|
|||
global $page, $addonRelativeCode;
|
||||
|
||||
//add css and js to <head>
|
||||
$page->head .= '<link href="http://code.google.com/apis/maps/documentation/javascript/examples/default.css" rel="stylesheet" type="text/css" />';
|
||||
$page->head .= '<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false&language=en"></script>';
|
||||
$page->head .= '<link href="https://code.google.com/apis/maps/documentation/javascript/examples/default.css" rel="stylesheet" type="text/css" />';
|
||||
$page->head .= '<script type="text/javascript" src="https://maps.google.com/maps/api/js?sensor=false&language=en"></script>';
|
||||
$page->head .= '<script type="text/javascript" src="'.$addonRelativeCode.'/static/01_script.js"></script>';
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue