From c464bc494c51bd871c2cf01a441ea2c4f8defc65 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 24 Jun 2012 21:16:55 -0700 Subject: add like/dislike to profiles --- view/profile_advanced.tpl | 13 +++++++++++++ view/profile_edit.tpl | 24 ++++++++++++++++++++++++ 2 files changed, 37 insertions(+) (limited to 'view') diff --git a/view/profile_advanced.tpl b/view/profile_advanced.tpl index 0b8f31f43..b02b7f27d 100644 --- a/view/profile_advanced.tpl +++ b/view/profile_advanced.tpl @@ -89,6 +89,19 @@ {{ endif }} +{{ if $profile.likes }} +
+
$profile.likes.0
+
$profile.likes.1
+
+{{ endif }} + +{{ if $profile.dislikes }} +
+
$profile.dislikes.0
+
$profile.dislikes.1
+
+{{ endif }} {{ if $profile.contact }}
diff --git a/view/profile_edit.tpl b/view/profile_edit.tpl index ad34b9956..64cd47324 100644 --- a/view/profile_edit.tpl +++ b/view/profile_edit.tpl @@ -187,6 +187,30 @@ $lbl_hobbies +
+

+$lbl_likes +

+ + + +
+
+ + + +
+

+$lbl_dislikes +

+ + + +
+
+ + +

$lbl_social -- cgit v1.2.3