From c459228dca89b40189fc50b2cf12f5800ea3c257 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 12 Oct 2013 00:57:00 -0700 Subject: show private message conversant in sidebar because without a reply you may not remember who it is/was. --- view/tpl/mail_display.tpl | 1 + view/tpl/xchan_vcard.tpl | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'view') diff --git a/view/tpl/mail_display.tpl b/view/tpl/mail_display.tpl index 7280f1e84..523a9160a 100755 --- a/view/tpl/mail_display.tpl +++ b/view/tpl/mail_display.tpl @@ -1,3 +1,4 @@ +

{{$prvmsg_header}}

{{foreach $mails as $mail}} {{include file="mail_conv.tpl"}} diff --git a/view/tpl/xchan_vcard.tpl b/view/tpl/xchan_vcard.tpl index 3dabdad95..ac2eaf7ae 100755 --- a/view/tpl/xchan_vcard.tpl +++ b/view/tpl/xchan_vcard.tpl @@ -4,7 +4,7 @@
- +{{if $mode != 'mail'}} - +{{/if}} -- cgit v1.2.3