mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-11 19:08:49 +00:00
update addons template dir layout
This commit is contained in:
parent
6a55da34b9
commit
a85a080856
53 changed files with 0 additions and 559 deletions
10
mailstream/templates/mail.tpl
Normal file
10
mailstream/templates/mail.tpl
Normal file
|
@ -0,0 +1,10 @@
|
|||
{{*
|
||||
* AUTOMATICALLY GENERATED TEMPLATE
|
||||
* DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
|
||||
*
|
||||
*}}
|
||||
<div class="mailstream-item-body">{{$item.body}}</div>
|
||||
{{if $item.plink}}
|
||||
<div>{{$upstream}}: <a class="mailstream-item-plink" href="{{$item.plink}}">{{$item.plink}}</a><div>
|
||||
<div>{{$local}}: <a class="mailstream-item-url" href="{{$item.url}}">{{$item.url}}</a></div>
|
||||
{{/if}}
|
Loading…
Add table
Add a link
Reference in a new issue