diff options
author | Thomas Willingham <founder@kakste.com> | 2013-09-08 03:15:01 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-09-08 03:15:01 +0100 |
commit | b88f60b51ff9416c35b5af9ce849026666c47cc8 (patch) | |
tree | 26dc5ae34cc754b7a09e47c7a2ac7ade4d4d8b90 /view/tpl/settings.tpl | |
parent | fe5f470c62a45191ed261808aa41400234dd306d (diff) | |
download | volse-hubzilla-b88f60b51ff9416c35b5af9ce849026666c47cc8.tar.gz volse-hubzilla-b88f60b51ff9416c35b5af9ce849026666c47cc8.tar.bz2 volse-hubzilla-b88f60b51ff9416c35b5af9ce849026666c47cc8.zip |
More content wrappers.
Diffstat (limited to 'view/tpl/settings.tpl')
-rwxr-xr-x | view/tpl/settings.tpl | 2 |
1 files changed, 2 insertions, 0 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 @@ +<div class="generic-content-wrapper"> <h1>{{$ptitle}}</h1> {{$nickname_block}} @@ -125,3 +126,4 @@ <input type="submit" name="submit" class="settings-submit" value="{{$submit}}" /> </div> +</div> |