aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authortommy tomson <thomas.bierey@gmx.de>2012-05-03 07:57:40 +0200
committertommy tomson <thomas.bierey@gmx.de>2012-05-03 07:57:40 +0200
commitd72db2e1aa68833cbebc1c24ab4e1c6c9c966679 (patch)
tree2f1d6384b3f68c360861715e12dcf59a48145411 /view
parent2bfba93940e9b7eecca7ae3496f1fd24a7cb44f7 (diff)
downloadvolse-hubzilla-d72db2e1aa68833cbebc1c24ab4e1c6c9c966679.tar.gz
volse-hubzilla-d72db2e1aa68833cbebc1c24ab4e1c6c9c966679.tar.bz2
volse-hubzilla-d72db2e1aa68833cbebc1c24ab4e1c6c9c966679.zip
diabook-theme: small fix
Diffstat (limited to 'view')
-rwxr-xr-xview/theme/diabook/communityhome.tpl4
-rwxr-xr-xview/theme/diabook/theme.php2
2 files changed, 4 insertions, 2 deletions
diff --git a/view/theme/diabook/communityhome.tpl b/view/theme/diabook/communityhome.tpl
index 87b825d98..0386d63d3 100755
--- a/view/theme/diabook/communityhome.tpl
+++ b/view/theme/diabook/communityhome.tpl
@@ -1,9 +1,9 @@
-<div id="pos_null">
+<div id="pos_null" style="margin-bottom:-30px;">
</div>
<div id="sortable_boxes">
-<div id="close_pages">
+<div id="close_pages" style="margin-top:30px;">
{{ if $page }}
<div>$page</div>
{{ endif }}
diff --git a/view/theme/diabook/theme.php b/view/theme/diabook/theme.php
index eaf17bea1..f8fdeb8b1 100755
--- a/view/theme/diabook/theme.php
+++ b/view/theme/diabook/theme.php
@@ -117,8 +117,10 @@ if ($color=="dark") $color_path = "/diabook-dark/";
$a->page['htmlhead'] .= sprintf('<script language="JavaScript" src="%s" ></script>', $imageresizeJS);
//load jquery.ui.js
+ if($ccCookie != "9") {
$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);
+ }
//load jquery.twitter.search.js
if($_COOKIE['close_twitter'] != "1") {