From ce720a6ef3442a7498ea7e4d41c41370b59c93b0 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Tue, 17 Mar 2015 12:24:50 -0400 Subject: [PATCH] moved all template variables to core --- templates/account/edit.tpl | 7 ++----- templates/account/favourites.tpl | 3 +-- templates/account/posts.tpl | 3 +-- templates/account/profile.tpl | 5 ++--- templates/account/settings.tpl | 4 +--- templates/account/topics.tpl | 4 +--- templates/account/watched.tpl | 3 +-- templates/category.tpl | 24 +++--------------------- templates/groups/details.tpl | 3 +-- templates/partials/category/watch.tpl | 10 ++++++++++ templates/reset_code.tpl | 2 +- templates/tag.tpl | 7 +++---- templates/topic.tpl | 15 ++------------- 13 files changed, 29 insertions(+), 61 deletions(-) create mode 100644 templates/partials/category/watch.tpl diff --git a/templates/account/edit.tpl b/templates/account/edit.tpl index 314c30a..67d548c 100644 --- a/templates/account/edit.tpl +++ b/templates/account/edit.tpl @@ -136,8 +136,5 @@ - - - - - + + \ No newline at end of file diff --git a/templates/account/favourites.tpl b/templates/account/favourites.tpl index e482086..c7785f8 100644 --- a/templates/account/favourites.tpl +++ b/templates/account/favourites.tpl @@ -37,5 +37,4 @@ - - \ No newline at end of file + \ No newline at end of file diff --git a/templates/account/posts.tpl b/templates/account/posts.tpl index af0e125..4d1395f 100644 --- a/templates/account/posts.tpl +++ b/templates/account/posts.tpl @@ -36,5 +36,4 @@ - - \ No newline at end of file + \ No newline at end of file diff --git a/templates/account/profile.tpl b/templates/account/profile.tpl index 8f3c49f..d2fba42 100644 --- a/templates/account/profile.tpl +++ b/templates/account/profile.tpl @@ -176,6 +176,5 @@ - - - \ No newline at end of file + + \ No newline at end of file diff --git a/templates/account/settings.tpl b/templates/account/settings.tpl index 977a417..a23953d 100644 --- a/templates/account/settings.tpl +++ b/templates/account/settings.tpl @@ -1,4 +1,3 @@ -
@@ -140,5 +139,4 @@
- - \ No newline at end of file + \ No newline at end of file diff --git a/templates/account/topics.tpl b/templates/account/topics.tpl index acd8a06..93b9050 100644 --- a/templates/account/topics.tpl +++ b/templates/account/topics.tpl @@ -1,4 +1,3 @@ -
@@ -13,5 +12,4 @@
- - \ No newline at end of file + \ No newline at end of file diff --git a/templates/account/watched.tpl b/templates/account/watched.tpl index 16b8930..7ad1fd8 100644 --- a/templates/account/watched.tpl +++ b/templates/account/watched.tpl @@ -12,5 +12,4 @@ - - \ No newline at end of file + \ No newline at end of file diff --git a/templates/category.tpl b/templates/category.tpl index bbf8fc3..ca61dbe 100644 --- a/templates/category.tpl +++ b/templates/category.tpl @@ -1,12 +1,3 @@ - - - - - - - - -
@@ -26,17 +17,7 @@ - - - - - + @@ -114,4 +95,5 @@
- \ No newline at end of file + + \ No newline at end of file diff --git a/templates/groups/details.tpl b/templates/groups/details.tpl index 1d7a79f..5469910 100644 --- a/templates/groups/details.tpl +++ b/templates/groups/details.tpl @@ -206,5 +206,4 @@ - - \ No newline at end of file + \ No newline at end of file diff --git a/templates/partials/category/watch.tpl b/templates/partials/category/watch.tpl new file mode 100644 index 0000000..96674f3 --- /dev/null +++ b/templates/partials/category/watch.tpl @@ -0,0 +1,10 @@ + + + + \ No newline at end of file diff --git a/templates/reset_code.tpl b/templates/reset_code.tpl index e9e46c1..49bdb9c 100644 --- a/templates/reset_code.tpl +++ b/templates/reset_code.tpl @@ -24,7 +24,7 @@ - +
diff --git a/templates/tag.tpl b/templates/tag.tpl index bba196a..c9b543c 100644 --- a/templates/tag.tpl +++ b/templates/tag.tpl @@ -1,6 +1,3 @@ - - -
@@ -16,4 +13,6 @@
-
\ No newline at end of file + + + \ No newline at end of file diff --git a/templates/topic.tpl b/templates/topic.tpl index 4aaf7e6..65a11ae 100644 --- a/templates/topic.tpl +++ b/templates/topic.tpl @@ -1,15 +1,3 @@ - - - - - - - - - - - -
@@ -179,4 +167,5 @@
- \ No newline at end of file + + \ No newline at end of file