aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorJeroen <jeroenpraat@xs4all.nl>2014-10-11 14:39:56 +0000
committerJeroen <jeroenpraat@xs4all.nl>2014-10-11 14:39:56 +0000
commit2ddd022540a5212fa61a912becd3bacdf1ab6a7b (patch)
tree344d60e767d5b717442f8962bd77dfdb74d71305 /view
parent2e2f101e0b0f3eb7e9b601c725e192b55202face (diff)
downloadvolse-hubzilla-2ddd022540a5212fa61a912becd3bacdf1ab6a7b.tar.gz
volse-hubzilla-2ddd022540a5212fa61a912becd3bacdf1ab6a7b.tar.bz2
volse-hubzilla-2ddd022540a5212fa61a912becd3bacdf1ab6a7b.zip
+1
Diffstat (limited to 'view')
-rwxr-xr-xview/tpl/viewcontact_template.tpl3
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>