diff options
author | friendica <info@friendica.com> | 2012-03-26 14:55:35 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-26 14:55:35 -0700 |
commit | 70cc2fff6f6dfc2dc0b8aef195df84d7385bb9df (patch) | |
tree | 9e69a6c1f7fda621681fbc45240fa67642d2e8ea /view/theme/diabook-blue/communityhome.tpl | |
parent | 7a1d044b21a5518b3a626c2db38e5e2ae3ffba65 (diff) | |
parent | cc3617e28626cd5d3b5ecf64764e328589de7584 (diff) | |
download | volse-hubzilla-70cc2fff6f6dfc2dc0b8aef195df84d7385bb9df.tar.gz volse-hubzilla-70cc2fff6f6dfc2dc0b8aef195df84d7385bb9df.tar.bz2 volse-hubzilla-70cc2fff6f6dfc2dc0b8aef195df84d7385bb9df.zip |
Merge branch 'pull'
Diffstat (limited to 'view/theme/diabook-blue/communityhome.tpl')
-rwxr-xr-x | view/theme/diabook-blue/communityhome.tpl | 25 |
1 files changed, 17 insertions, 8 deletions
diff --git a/view/theme/diabook-blue/communityhome.tpl b/view/theme/diabook-blue/communityhome.tpl index f1714a436..854684a5f 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> @@ -21,6 +25,19 @@ {{ endif }} {{ if $lastusers_title }} +<h3>Find Friends</h3> +<a class="$nv.directory.2" href="$nv.directory.0" style="margin-left: 10px; " title="$nv.directory.3" >$nv.directory.1</a><br> +<a class="$nv.match.2" href="$nv.match.0" style="margin-left: 10px; " title="$nv.match.3" >$nv.match.1</a><br> +<a class="$nv.suggest.2" href="$nv.suggest.0" style="margin-left: 10px; " title="$nv.suggest.3" >$nv.suggest.1</a> +<a class="$nv.invite.2" href="$nv.invite.0" style="margin-left: 10px; " title="$nav.invite.3" >$nv.invite.1</a> +{{ 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>$lastusers_title</h3> <div id='lastusers-wrapper' class='items-wrapper'> {{ for $lastusers_items as $i }} @@ -47,14 +64,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> |