From cec5126dbc08cc4509e505fe67db68ad7191e10a Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Mon, 15 Apr 2019 16:58:16 +0200 Subject: [PATCH 1/2] Use the `$ThemeDir` variable instead of a static path This commit fixes issue #66. --- templates/Page.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/Page.ss b/templates/Page.ss index 48ae2e7..0e2e1ab 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 %> From 295e85fa5ddfc0b947294515a7a3c91ed2daa464 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Thu, 25 Apr 2019 09:36:34 +0200 Subject: [PATCH 2/2] Use `$resourceURL` instead of `$ThemeDir` --- templates/Page.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/Page.ss b/templates/Page.ss index 0e2e1ab..5de09ff 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 %>