diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-03-26 18:54:57 +0200 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-03-26 18:54:57 +0200 |
commit | 2d834d0f45125650a40363a4fb41afd05fc8de1e (patch) | |
tree | 25abf9edc4c47c4ee468627eb75a3a0dc6508ded /view/theme/diabook-blue/communityhome.tpl | |
parent | f1d15d8884828bc491acb0c79d1fa73d5998449f (diff) | |
download | volse-hubzilla-2d834d0f45125650a40363a4fb41afd05fc8de1e.tar.gz volse-hubzilla-2d834d0f45125650a40363a4fb41afd05fc8de1e.tar.bz2 volse-hubzilla-2d834d0f45125650a40363a4fb41afd05fc8de1e.zip |
add "similar interrest", "Friend Suggestions" and "Invite Friends" to right_aside, fixes in css
Diffstat (limited to 'view/theme/diabook-blue/communityhome.tpl')
-rwxr-xr-x | view/theme/diabook-blue/communityhome.tpl | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/view/theme/diabook-blue/communityhome.tpl b/view/theme/diabook-blue/communityhome.tpl index 2d9033b18..854684a5f 100755 --- a/view/theme/diabook-blue/communityhome.tpl +++ b/view/theme/diabook-blue/communityhome.tpl @@ -11,11 +11,6 @@ {{ 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> @@ -30,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 }} |