diff options
author | Thomas Willingham <founder@kakste.com> | 2013-08-24 17:01:39 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-08-24 17:01:39 +0100 |
commit | 6999fb586ba90e9f1c79e9f09f4035f63fb925fd (patch) | |
tree | 63a03ab3527aa6a329550894f87f6ce8157493fd /view/tpl/profile_advanced.tpl | |
parent | 608e04c65eb2433a1cece9b5798f8577b611a288 (diff) | |
download | volse-hubzilla-6999fb586ba90e9f1c79e9f09f4035f63fb925fd.tar.gz volse-hubzilla-6999fb586ba90e9f1c79e9f09f4035f63fb925fd.tar.bz2 volse-hubzilla-6999fb586ba90e9f1c79e9f09f4035f63fb925fd.zip |
Generic wrapper classes makes themeing loads easier
Diffstat (limited to 'view/tpl/profile_advanced.tpl')
-rwxr-xr-x | view/tpl/profile_advanced.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/tpl/profile_advanced.tpl b/view/tpl/profile_advanced.tpl index db48a8509..9f17a0ffa 100755 --- a/view/tpl/profile_advanced.tpl +++ b/view/tpl/profile_advanced.tpl @@ -1,3 +1,4 @@ +<div id="profile-content-wrapper" class="generic-content-wrapper"> <h2>{{$title}}</h2> <dl id="aprofile-fullname" class="aprofile"> @@ -179,4 +180,4 @@ {{/foreach}} {{/if}} - +</div> |