diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-04-02 01:29:20 +0200 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-04-02 01:29:20 +0200 |
commit | 23dc376364b7d8f8e27e3493fe3edbf5cf768a35 (patch) | |
tree | 5a7751fdba900f20979822642f06dcd0498264bc /view/theme/diabook-aerith/communityhome.tpl | |
parent | f95db4382eb92f0e29ab3cef2f285ea6c20b2912 (diff) | |
download | volse-hubzilla-23dc376364b7d8f8e27e3493fe3edbf5cf768a35.tar.gz volse-hubzilla-23dc376364b7d8f8e27e3493fe3edbf5cf768a35.tar.bz2 volse-hubzilla-23dc376364b7d8f8e27e3493fe3edbf5cf768a35.zip |
diabook-themes: add link to global dir in "find friends" at right_aside
Diffstat (limited to 'view/theme/diabook-aerith/communityhome.tpl')
-rwxr-xr-x | view/theme/diabook-aerith/communityhome.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/theme/diabook-aerith/communityhome.tpl b/view/theme/diabook-aerith/communityhome.tpl index 917af49f1..c26d02dc6 100755 --- a/view/theme/diabook-aerith/communityhome.tpl +++ b/view/theme/diabook-aerith/communityhome.tpl @@ -34,6 +34,7 @@ {{ if $nv }} <h3>Find Friends<a id="close_friends_icon" onClick="close_friends()" class="icon close_box" title="close"></a></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.global_directory.2" href="$nv.global_directory.0" style="margin-left: 10px; " title="$nv.global_directory.3" >$nv.global_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><br> <a class="$nv.invite.2" href="$nv.invite.0" style="margin-left: 10px; " title="$nv.invite.3" >$nv.invite.1</a> |