From 2dc44d7c5ed04a6f695fa8b5cfae7bff2e13ec0e Mon Sep 17 00:00:00 2001 From: Baris Usakli Date: Thu, 13 Jul 2017 13:44:04 -0400 Subject: [PATCH] add widget templates --- templates/groups/details.tpl | 12 ++++++++++-- templates/groups/list.tpl | 6 +++++- templates/popular.tpl | 6 +++++- templates/recent.tpl | 6 +++++- templates/tags.tpl | 6 +++++- templates/unread.tpl | 6 +++++- templates/users.tpl | 6 +++++- 7 files changed, 40 insertions(+), 8 deletions(-) diff --git a/templates/groups/details.tpl b/templates/groups/details.tpl index fb2a776..cd37193 100644 --- a/templates/groups/details.tpl +++ b/templates/groups/details.tpl @@ -229,7 +229,11 @@ -
+
+ + {{widgets.left.html}} + +
@@ -238,6 +242,10 @@
-
+
+ + {{widgets.right.html}} + +
diff --git a/templates/groups/list.tpl b/templates/groups/list.tpl index 5ecce69..99372b1 100644 --- a/templates/groups/list.tpl +++ b/templates/groups/list.tpl @@ -1,5 +1,9 @@ -
+
+ + {{widgets.header.html}} + +
diff --git a/templates/popular.tpl b/templates/popular.tpl index e4e8a6f..43ccfcf 100644 --- a/templates/popular.tpl +++ b/templates/popular.tpl @@ -1,5 +1,9 @@ -
+
+ + {{widgets.header.html}} + +