From 6999fb586ba90e9f1c79e9f09f4035f63fb925fd Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Sat, 24 Aug 2013 17:01:39 +0100 Subject: Generic wrapper classes makes themeing loads easier --- view/tpl/mail_display.tpl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'view/tpl/mail_display.tpl') 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 @@ +
{{foreach $mails as $mail}} {{include file="mail_conv.tpl"}} {{/foreach}} @@ -7,3 +8,4 @@ {{else}} {{$unknown_text}} {{/if}} +
-- cgit v1.2.3