diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-03-27 03:23:50 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-03-27 03:23:50 -0400 |
commit | a57e1e9cbcb492df05580e8cc492fe757f8df73b (patch) | |
tree | 530e49fd6e68152f5a0fc1c0eded3d3491363ccf /view/theme/diabook/communityhome.tpl | |
parent | cfdb2979cb5caac7806d993f63844c1314e2cdfa (diff) | |
parent | e7bc3f2bd0f578d04c271029d869e1fbc36cbec4 (diff) | |
download | volse-hubzilla-a57e1e9cbcb492df05580e8cc492fe757f8df73b.tar.gz volse-hubzilla-a57e1e9cbcb492df05580e8cc492fe757f8df73b.tar.bz2 volse-hubzilla-a57e1e9cbcb492df05580e8cc492fe757f8df73b.zip |
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master:
add "find friends" to right_aside to diabook, fixes in css in diabook
fixed Umlaute in de strings.php
* master:
Diffstat (limited to 'view/theme/diabook/communityhome.tpl')
-rwxr-xr-x | view/theme/diabook/communityhome.tpl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/view/theme/diabook/communityhome.tpl b/view/theme/diabook/communityhome.tpl index aa150b9d0..7e50423ce 100755 --- a/view/theme/diabook/communityhome.tpl +++ b/view/theme/diabook/communityhome.tpl @@ -24,6 +24,14 @@ </div> {{ endif }} +{{ if $nv }} +<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 this Link.</span></div> |