aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/mail_display.tpl
diff options
context:
space:
mode:
authorThomas Willingham <beardyunixer@beardyunixer.com>2013-08-24 09:10:41 -0700
committerThomas Willingham <beardyunixer@beardyunixer.com>2013-08-24 09:10:41 -0700
commitc6062aa7ebac025385dbe363c9be39861c63ac1e (patch)
tree5e553bbd6e2c3bf409bac51e91d8564e5bb223c7 /view/tpl/mail_display.tpl
parentb0dd38b30949f907265eda757bfa14aa1f38b38f (diff)
parentd88e72771940002fc4d18a57a020b957867e67ab (diff)
downloadvolse-hubzilla-c6062aa7ebac025385dbe363c9be39861c63ac1e.tar.gz
volse-hubzilla-c6062aa7ebac025385dbe363c9be39861c63ac1e.tar.bz2
volse-hubzilla-c6062aa7ebac025385dbe363c9be39861c63ac1e.zip
Merge pull request #105 from beardy-unixer/master
Make templates a tad easier to theme
Diffstat (limited to 'view/tpl/mail_display.tpl')
-rwxr-xr-xview/tpl/mail_display.tpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/view/tpl/mail_display.tpl b/view/tpl/mail_display.tpl
index 26e02529a..7280f1e84 100755
--- a/view/tpl/mail_display.tpl
+++ b/view/tpl/mail_display.tpl
@@ -1,3 +1,4 @@
+<div class="generic-content-wrapper">
{{foreach $mails as $mail}}
{{include file="mail_conv.tpl"}}
{{/foreach}}
@@ -7,3 +8,4 @@
{{else}}
{{$unknown_text}}
{{/if}}
+</div>