aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/mail_head.tpl
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2023-06-18 09:20:57 +0000
committerMario <mario@mariovavti.com>2023-06-18 09:20:57 +0000
commite49d2f6b8f0dc9039b9c1435a4e2f99c783a9ab1 (patch)
treec82210428fffba1851d52c3624fe3f141ccce111 /view/tpl/mail_head.tpl
parent9550a7a954b4c9267aa75fa5083a96a65dd65808 (diff)
downloadvolse-hubzilla-e49d2f6b8f0dc9039b9c1435a4e2f99c783a9ab1.tar.gz
volse-hubzilla-e49d2f6b8f0dc9039b9c1435a4e2f99c783a9ab1.tar.bz2
volse-hubzilla-e49d2f6b8f0dc9039b9c1435a4e2f99c783a9ab1.zip
remove deprecated templates
Diffstat (limited to 'view/tpl/mail_head.tpl')
-rw-r--r--view/tpl/mail_head.tpl8
1 files changed, 0 insertions, 8 deletions
diff --git a/view/tpl/mail_head.tpl b/view/tpl/mail_head.tpl
deleted file mode 100644
index aac592a5f..000000000
--- a/view/tpl/mail_head.tpl
+++ /dev/null
@@ -1,8 +0,0 @@
-<div class="widget">
- <h3>{{$header}}</h3>
- <ul class="nav nav-pills flex-column">
- {{foreach $messages as $message}}
- {{include file="mail_list.tpl"}}
- {{/foreach}}
- </ul>
-</div>