diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-05-12 13:50:22 +0200 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-05-12 13:50:22 +0200 |
commit | 2882012e1b3cb185423555485375a8196596f4f2 (patch) | |
tree | 6b72e51fb40fd922763e6bd676dfdbd488ef9295 /view/theme/diabook/theme.php | |
parent | f434bd7f0a9d39718f3931bebbf827f948ec6962 (diff) | |
download | volse-hubzilla-2882012e1b3cb185423555485375a8196596f4f2.tar.gz volse-hubzilla-2882012e1b3cb185423555485375a8196596f4f2.tar.bz2 volse-hubzilla-2882012e1b3cb185423555485375a8196596f4f2.zip |
diabook-theme: some fixes
Diffstat (limited to 'view/theme/diabook/theme.php')
-rwxr-xr-x | view/theme/diabook/theme.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/diabook/theme.php b/view/theme/diabook/theme.php index 8a7bf19e9..5d2befc8f 100755 --- a/view/theme/diabook/theme.php +++ b/view/theme/diabook/theme.php @@ -177,6 +177,9 @@ if ($color=="dark") $color_path = "/diabook-dark/"; if($ccCookie != "10") { $jqueryuiJS = $a->get_baseurl($ssl_state)."/view/theme/diabook/js/jquery-ui-1.8.20.custom.min.js"; $a->page['htmlhead'] .= sprintf('<script language="JavaScript" src="%s" ></script>', $jqueryuiJS); + $jqueryuicssJS = $a->get_baseurl($ssl_state)."/view/theme/diabook/jquery-ui-1.8.20.custom.css"; + $a->page['htmlhead'] .= sprintf('<link rel="stylesheet" type="text/css" href="%s" />', $jqueryuicssJS); + } //load jquery.twitter.search.js @@ -267,6 +270,7 @@ if ($color=="dark") $color_path = "/diabook-dark/"; }); $("#layermanager").mqLayerManager({map:"#map2"}); + map = $("#map2").mapQuery().data("mapQuery"); textarea = document.getElementById("id_diabook_ELZoom"); |