From: nupplaPhil Date: Sat, 1 Feb 2020 21:13:09 +0000 (+0100) Subject: renamed templates for notify X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7a8eca90f955d82290f79e437eab96f0e39a51d5;p=friendica.git renamed templates for notify --- diff --git a/view/templates/email/notify/html.tpl b/view/templates/email/notify/html.tpl new file mode 100644 index 0000000000..d9eeb841fd --- /dev/null +++ b/view/templates/email/notify/html.tpl @@ -0,0 +1,37 @@ + + + + {{$banner}} + + + + + + + + + + + +{{if $content_allowed}} + {{if $source_photo}} + + + + + {{/if}} + + +{{/if}} + + + + + +
+ +
{{$product}}
+
+
{{$preamble nofilter}}
{{$source_name}}
{{$title}}
{{$htmlversion nofilter}}
{{$hsitelink nofilter}}
{{$hitemlink nofilter}}
{{$thanks}}
{{$site_admin}}
+ + diff --git a/view/templates/email/notify/notify_html.tpl b/view/templates/email/notify/notify_html.tpl deleted file mode 100644 index d9eeb841fd..0000000000 --- a/view/templates/email/notify/notify_html.tpl +++ /dev/null @@ -1,37 +0,0 @@ - - - - {{$banner}} - - - - - - - - - - - -{{if $content_allowed}} - {{if $source_photo}} - - - - - {{/if}} - - -{{/if}} - - - - - -
- -
{{$product}}
-
-
{{$preamble nofilter}}
{{$source_name}}
{{$title}}
{{$htmlversion nofilter}}
{{$hsitelink nofilter}}
{{$hitemlink nofilter}}
{{$thanks}}
{{$site_admin}}
- - diff --git a/view/templates/email/notify/notify_text.tpl b/view/templates/email/notify/notify_text.tpl deleted file mode 100644 index 28b644d248..0000000000 --- a/view/templates/email/notify/notify_text.tpl +++ /dev/null @@ -1,14 +0,0 @@ - -{{$preamble nofilter}} - -{{if $content_allowed}} -{{$title nofilter}} - -{{$textversion nofilter}} - -{{/if}} -{{$tsitelink nofilter}} -{{$titemlink nofilter}} - -{{$thanks nofilter}} -{{$site_admin nofilter}} diff --git a/view/templates/email/notify/text.tpl b/view/templates/email/notify/text.tpl new file mode 100644 index 0000000000..28b644d248 --- /dev/null +++ b/view/templates/email/notify/text.tpl @@ -0,0 +1,14 @@ + +{{$preamble nofilter}} + +{{if $content_allowed}} +{{$title nofilter}} + +{{$textversion nofilter}} + +{{/if}} +{{$tsitelink nofilter}} +{{$titemlink nofilter}} + +{{$thanks nofilter}} +{{$site_admin nofilter}}