diff --git a/templates/categories.tpl b/templates/categories.tpl index 0af9cbfb5..7da0123a9 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 7056c7d68..c9d58e954 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 73a471183..72a3d00f6 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}} +
-