From b88f60b51ff9416c35b5af9ce849026666c47cc8 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Sun, 8 Sep 2013 03:15:01 +0100 Subject: More content wrappers. --- view/tpl/settings.tpl | 2 ++ view/tpl/settings_account.tpl | 4 ++-- view/tpl/settings_addons.tpl | 2 ++ view/tpl/settings_display.tpl | 2 ++ view/tpl/settings_features.tpl | 2 ++ view/tpl/settings_oauth.tpl | 2 ++ 6 files changed, 12 insertions(+), 2 deletions(-) diff --git a/view/tpl/settings.tpl b/view/tpl/settings.tpl index 0471546a6..f50e5dd74 100755 --- a/view/tpl/settings.tpl +++ b/view/tpl/settings.tpl @@ -1,3 +1,4 @@ +

{{$ptitle}}

{{$nickname_block}} @@ -125,3 +126,4 @@
+ diff --git a/view/tpl/settings_account.tpl b/view/tpl/settings_account.tpl index 198ac9565..fcddb3f86 100755 --- a/view/tpl/settings_account.tpl +++ b/view/tpl/settings_account.tpl @@ -1,3 +1,4 @@ +

{{$title}}

@@ -24,5 +25,4 @@ {{$account_settings}} - - +
diff --git a/view/tpl/settings_addons.tpl b/view/tpl/settings_addons.tpl index cad6a2274..3e447cd0a 100755 --- a/view/tpl/settings_addons.tpl +++ b/view/tpl/settings_addons.tpl @@ -1,3 +1,4 @@ +

{{$title}}

@@ -8,3 +9,4 @@ +
diff --git a/view/tpl/settings_display.tpl b/view/tpl/settings_display.tpl index 2645ce740..ddd3ca56d 100755 --- a/view/tpl/settings_display.tpl +++ b/view/tpl/settings_display.tpl @@ -1,3 +1,4 @@ +

{{$ptitle}}

@@ -20,3 +21,4 @@ {{/if}}
+
diff --git a/view/tpl/settings_features.tpl b/view/tpl/settings_features.tpl index 47d755ee6..31371e0af 100755 --- a/view/tpl/settings_features.tpl +++ b/view/tpl/settings_features.tpl @@ -1,3 +1,4 @@ +

{{$title}}

@@ -18,3 +19,4 @@ +
diff --git a/view/tpl/settings_oauth.tpl b/view/tpl/settings_oauth.tpl index 11c61a43e..fa1d0946f 100755 --- a/view/tpl/settings_oauth.tpl +++ b/view/tpl/settings_oauth.tpl @@ -1,3 +1,4 @@ +

{{$title}}

@@ -29,3 +30,4 @@ {{/foreach}} +
-- cgit v1.2.3