From 0e0de5fcada213a7a58e76c40549e2598a34cd2e Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 3 Mar 2020 21:25:18 +0000 Subject: [PATCH] Debug switch added, output added --- view/theme/frio/templates/sub/direction.tpl | 10 ++++++++++ view/theme/vier/templates/sub/direction.tpl | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 view/theme/frio/templates/sub/direction.tpl create mode 100644 view/theme/vier/templates/sub/direction.tpl 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}}