diff --git a/view/theme/frio/templates/sub/direction.tpl b/view/theme/frio/templates/sub/direction.tpl
new file mode 100644
index 000000000..be34a1edc
--- /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 000000000..859102609
--- /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}}