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}}