diff --git a/helpers.lua b/helpers.lua
index cfaeea1..ba1f086 100644
--- a/helpers.lua
+++ b/helpers.lua
@@ -586,7 +586,7 @@ function get_data_for(view)
data['flash_fail'] = {flashs["fail"]}
data['flash_win'] = {flashs["win"] }
data['flash_info'] = {flashs["info"]}
- data['theme_name'] = ""..conf["theme"]
+ data['theme'] = conf["theme"]
return data
end
diff --git a/portal/footer.ms b/portal/footer.ms
index cec80c9..1472f36 100644
--- a/portal/footer.ms
+++ b/portal/footer.ms
@@ -11,5 +11,8 @@
+ {{#theme}}
+
+ {{/theme}}