From e332d1074f1b663ec66d37b0f575df2e41d5535c Mon Sep 17 00:00:00 2001 From: zotlabs Date: Mon, 1 May 2017 21:10:04 -0700 Subject: move theme specific files to theme dir --- view/tpl/mail_display.tpl | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100755 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 deleted file mode 100755 index e8549a49b..000000000 --- a/view/tpl/mail_display.tpl +++ /dev/null @@ -1,24 +0,0 @@ -
-
-
- - - {{if $mailbox == 'combined'}} - {{$delete}} - {{/if}} -
-

{{$prvmsg_header}}

-
-
-
- {{foreach $mails as $mail}} - {{include file="mail_conv.tpl"}} - {{/foreach}} - - {{if $canreply}} - {{include file="prv_message.tpl"}} - {{else}} - {{$unknown_text}} - {{/if}} -
-
-- cgit v1.2.3