aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/tpl/common_friends.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/theme/redbasic/tpl/common_friends.tpl')
-rwxr-xr-xview/theme/redbasic/tpl/common_friends.tpl15
1 files changed, 15 insertions, 0 deletions
diff --git a/view/theme/redbasic/tpl/common_friends.tpl b/view/theme/redbasic/tpl/common_friends.tpl
new file mode 100755
index 000000000..489717e78
--- /dev/null
+++ b/view/theme/redbasic/tpl/common_friends.tpl
@@ -0,0 +1,15 @@
+<div class="profile-match-wrapper">
+ <div class="profile-match-photo">
+ <a href="{{$url}}">
+ <img src="{{$photo}}" alt="{{$name}}" width="80" height="80" title="{{$name}} [{{$url}}]" />
+ </a>
+ </div>
+ <div class="profile-match-break"></div>
+ <div class="profile-match-name">
+ <a href="{{$url}}" title="{{$name}}[{{$tags}}]">{{$name}}</a>
+ </div>
+ {{if $note}}
+ <div class="profile-match-note">{{$note}}</div>
+ {{/if}}
+ <div class="profile-match-end"></div>
+</div>