From dcbc0c0c9516adf616023615871439b4015fa686 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 1 Aug 2012 05:02:43 -0700 Subject: major theme re-org, only duepuntozero and slackr working atm --- view/tpl/mail_display.tpl | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 view/tpl/mail_display.tpl (limited to 'view/tpl/mail_display.tpl') diff --git a/view/tpl/mail_display.tpl b/view/tpl/mail_display.tpl new file mode 100644 index 000000000..8fbc12929 --- /dev/null +++ b/view/tpl/mail_display.tpl @@ -0,0 +1,10 @@ + +{{ for $mails as $mail }} + {{ inc mail_conv.tpl }}{{endinc}} +{{ endfor }} + +{{ if $canreply }} +{{ inc prv_message.tpl }}{{ endinc }} +{{ else }} +$unknown_text +{{endif }} \ No newline at end of file -- cgit v1.2.3