diff options
author | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2012-03-26 14:49:15 +0200 |
---|---|---|
committer | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2012-03-26 14:49:15 +0200 |
commit | f1d15d8884828bc491acb0c79d1fa73d5998449f (patch) | |
tree | 20b086c949b97ecc46581adce5a65dc85e0c07f2 /view/theme/diabook/communityhome.tpl | |
parent | 37f10a6d4fd2f8f5858f3222269bd6f48031962f (diff) | |
parent | aaddee0d948832be7967c769fe4fafe7bdce2c0f (diff) | |
download | volse-hubzilla-f1d15d8884828bc491acb0c79d1fa73d5998449f.tar.gz volse-hubzilla-f1d15d8884828bc491acb0c79d1fa73d5998449f.tar.bz2 volse-hubzilla-f1d15d8884828bc491acb0c79d1fa73d5998449f.zip |
Merge branch 'master' of https://github.com/friendica/friendica
Diffstat (limited to 'view/theme/diabook/communityhome.tpl')
-rwxr-xr-x | view/theme/diabook/communityhome.tpl | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/view/theme/diabook/communityhome.tpl b/view/theme/diabook/communityhome.tpl index 23c26c910..aa150b9d0 100755 --- a/view/theme/diabook/communityhome.tpl +++ b/view/theme/diabook/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> @@ -21,6 +25,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 this Link.</span></div> +{{ endif }} + +{{ if $lastusers_title }} <h3>$lastusers_title</h3> <div id='lastusers-wrapper' class='items-wrapper'> {{ for $lastusers_items as $i }} @@ -47,15 +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 this Link.</span></div> -{{ endif }} - {{ if $like_title }} <h3>$like_title</h3> <ul id='likes'> |