From 9c2b75be7c437515a22c380ee6ff27265ef8ef3d Mon Sep 17 00:00:00 2001 From: Robbie Averill Date: Wed, 1 Feb 2017 09:43:02 +1300 Subject: [PATCH] FIX Remove $ThemeDir use from Page template --- templates/Page.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/Page.ss b/templates/Page.ss index 84acfea..89f145c 100644 --- a/templates/Page.ss +++ b/templates/Page.ss @@ -26,7 +26,7 @@ Change it, enhance it and most importantly enjoy it! <% require themedCSS('typography') %> <% require themedCSS('form') %> <% require themedCSS('layout') %> - + dir="$i18nScriptDirection"<% end_if %>> <% include Header %>