diff options
author | Thomas Willingham <beardyunixer@beardyunixer.com> | 2013-08-24 09:10:41 -0700 |
---|---|---|
committer | Thomas Willingham <beardyunixer@beardyunixer.com> | 2013-08-24 09:10:41 -0700 |
commit | c6062aa7ebac025385dbe363c9be39861c63ac1e (patch) | |
tree | 5e553bbd6e2c3bf409bac51e91d8564e5bb223c7 /view/tpl/mail_display.tpl | |
parent | b0dd38b30949f907265eda757bfa14aa1f38b38f (diff) | |
parent | d88e72771940002fc4d18a57a020b957867e67ab (diff) | |
download | volse-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-x | view/tpl/mail_display.tpl | 2 |
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> |