From 4ad31e8f40dd861f0ffa6c92691d07ae6c3290ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Mon, 10 Jul 2017 12:56:01 -0400 Subject: [PATCH] Widgets refactor (#367) * widgets refactor * remove col-sm-12 --- templates/categories.tpl | 20 ++++++++++++++++---- templates/category.tpl | 20 ++++++++++++++++---- templates/topic.tpl | 20 ++++++++++++++++---- 3 files changed, 48 insertions(+), 12 deletions(-) diff --git a/templates/categories.tpl b/templates/categories.tpl index 0af9cbf..7da0123 100644 --- a/templates/categories.tpl +++ b/templates/categories.tpl @@ -1,7 +1,11 @@ -
+
+ + {{widgets.header.html}} + +
-
+

[[pages:categories]]

    @@ -9,6 +13,14 @@
- +
+ + {{widgets.sidebar.html}} + +
+
+
+ + {{widgets.footer.html}} +
-
diff --git a/templates/category.tpl b/templates/category.tpl index 7056c7d..c9d58e9 100644 --- a/templates/category.tpl +++ b/templates/category.tpl @@ -1,7 +1,11 @@ -
+
+ + {{widgets.header.html}} + +
-
+
@@ -38,9 +42,17 @@
- +
+ + {{widgets.sidebar.html}} + +
+
+
+ + {{widgets.footer.html}} +
-
diff --git a/templates/topic.tpl b/templates/topic.tpl index 73a4711..72a3d00 100644 --- a/templates/topic.tpl +++ b/templates/topic.tpl @@ -1,7 +1,11 @@ -
+
+ + {{widgets.header.html}} + +
-
+

@@ -66,9 +70,17 @@

- +
+ + {{widgets.sidebar.html}} + +
+
+
+ + {{widgets.footer.html}} +
-