]> git.mxchange.org Git - friendica.git/commitdiff
diabook-theme: small fix
authortommy tomson <thomas.bierey@gmx.de>
Thu, 3 May 2012 05:57:40 +0000 (07:57 +0200)
committertommy tomson <thomas.bierey@gmx.de>
Thu, 3 May 2012 05:57:40 +0000 (07:57 +0200)
view/theme/diabook/communityhome.tpl
view/theme/diabook/theme.php

index 87b825d9871a5c29a4c49dc9468f7f93fa3f6b74..0386d63d36d847d9919cd1ef9c87ff2938f14c18 100755 (executable)
@@ -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 }}
index eaf17bea173ca48bc7637d3f17f0a2f5216e68d0..f8fdeb8b1a19bcb3026055f9f314475b18120d63 100755 (executable)
@@ -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") {