friendica-github/view/mail_display.tpl

11 lines
169 B
Smarty
Raw Normal View History

2013-01-12 05:58:54 -07:00
{{ for $mails as $mail }}
{{ inc mail_conv.tpl }}{{endinc}}
{{ endfor }}
2012-04-01 00:59:35 -07:00
{{ if $canreply }}
{{ inc prv_message.tpl }}{{ endinc }}
2012-04-01 00:59:35 -07:00
{{ else }}
$unknown_text
2012-12-22 12:57:29 -07:00
{{endif }}