diff options
author | Jeroen <jeroenpraat@xs4all.nl> | 2014-10-11 14:39:56 +0000 |
---|---|---|
committer | Jeroen <jeroenpraat@xs4all.nl> | 2014-10-11 14:39:56 +0000 |
commit | 2ddd022540a5212fa61a912becd3bacdf1ab6a7b (patch) | |
tree | 344d60e767d5b717442f8962bd77dfdb74d71305 /view/tpl | |
parent | 2e2f101e0b0f3eb7e9b601c725e192b55202face (diff) | |
download | volse-hubzilla-2ddd022540a5212fa61a912becd3bacdf1ab6a7b.tar.gz volse-hubzilla-2ddd022540a5212fa61a912becd3bacdf1ab6a7b.tar.bz2 volse-hubzilla-2ddd022540a5212fa61a912becd3bacdf1ab6a7b.zip |
+1
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/viewcontact_template.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/tpl/viewcontact_template.tpl b/view/tpl/viewcontact_template.tpl index 18fed6bb4..cde24525c 100755 --- a/view/tpl/viewcontact_template.tpl +++ b/view/tpl/viewcontact_template.tpl @@ -1,3 +1,4 @@ +<div class="generic-content-wrapper generic-content-wrapper-styled"> <h3>{{$title}}</h3> {{foreach $contacts as $contact}} @@ -5,5 +6,5 @@ {{/foreach}} <div id="view-contact-end"></div> - {{$paginate}} +</div> |