From: Michael Date: Tue, 3 Mar 2020 21:25:18 +0000 (+0000) Subject: Debug switch added, output added X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0e0de5fcada213a7a58e76c40549e2598a34cd2e;p=friendica.git Debug switch added, output added --- diff --git a/view/theme/frio/templates/sub/direction.tpl b/view/theme/frio/templates/sub/direction.tpl new file mode 100644 index 0000000000..be34a1edc9 --- /dev/null +++ b/view/theme/frio/templates/sub/direction.tpl @@ -0,0 +1,10 @@ +{{if $direction.direction > 0}} + + • + {{if $direction.direction == 1}} + + {{elseif $direction.direction == 2}} + + {{/if}} + +{{/if}} diff --git a/view/theme/vier/templates/sub/direction.tpl b/view/theme/vier/templates/sub/direction.tpl new file mode 100644 index 0000000000..8591026097 --- /dev/null +++ b/view/theme/vier/templates/sub/direction.tpl @@ -0,0 +1,10 @@ +{{if $direction.direction > 0}} + + • + {{if $direction.direction == 1}} + + {{elseif $direction.direction == 2}} + + {{/if}} + +{{/if}}