diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-03-26 13:52:44 +0200 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-03-26 13:52:44 +0200 |
commit | aaddee0d948832be7967c769fe4fafe7bdce2c0f (patch) | |
tree | 3d101ab478bc6709483a4f3b044a809f9e8d7c20 /view/theme/diabook-blue/communityhome.tpl | |
parent | 0164da4fb961c817e576df5994b777cc1c2b306b (diff) | |
download | volse-hubzilla-aaddee0d948832be7967c769fe4fafe7bdce2c0f.tar.gz volse-hubzilla-aaddee0d948832be7967c769fe4fafe7bdce2c0f.tar.bz2 volse-hubzilla-aaddee0d948832be7967c769fe4fafe7bdce2c0f.zip |
minor css fixes in diabook
Diffstat (limited to 'view/theme/diabook-blue/communityhome.tpl')
-rwxr-xr-x | view/theme/diabook-blue/communityhome.tpl | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/view/theme/diabook-blue/communityhome.tpl b/view/theme/diabook-blue/communityhome.tpl index f1714a436..2d9033b18 100755 --- a/view/theme/diabook-blue/communityhome.tpl +++ b/view/theme/diabook-blue/communityhome.tpl @@ -1,3 +1,7 @@ +{{ if $page }} +<div>$page</div> +{{ endif }} + {{ if $lastusers_title }} <h3 style="margin-top:0px;">Help or @NewHere ?</h3> <a href="https://helpers.pyxis.uberspace.de/profile/helpers" style="margin-left: 10px; " title="Friendica Support" target="blank">Friendica Support</a><br> @@ -7,6 +11,11 @@ {{ endif }} {{ if $lastusers_title }} +<h3>PostIt to Friendica</h3> +<div style="padding-left: 8px;"><span ><a href="$fostitJS" title="PostIt">Post to Friendica</a> from anywhere by bookmarking the Link.</span></div> +{{ endif }} + +{{ if $lastusers_title }} <h3>Connectable Services</h3> <div id="right_service_icons" style="margin-left: 11px; margin-top: 5px;"> <a href="$url/facebook"><img alt="Facebook" src="view/theme/diabook-blue/icons/facebook.png" title="Facebook"></a> @@ -47,14 +56,6 @@ </div> {{ endif }} -{{ if $page }} -<div>$page</div> -{{ endif }} - -{{ if $lastusers_title }} -<h3>PostIt to Friendica</h3> -<div style="padding-left: 8px;"><span ><a href="$fostitJS" title="PostIt">Post to Friendica</a> from anywhere by bookmarking the Link.</span></div> -{{ endif }} {{ if $like_title }} <h3>$like_title</h3> |