summaryrefslogtreecommitdiffhomepage
path: root/themes/openwrt.org-oxygen
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-11-01 14:12:25 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-11-01 14:12:25 +0000
commitc0ba2e06c65e98360d9a98570286a9c0cb82dc67 (patch)
treefc04bbb91b29f2e3a05ddb4ca37325223f608f68 /themes/openwrt.org-oxygen
parent55bc26a2a51f2032d7f65ef00b5fdd28fff10402 (diff)
themes: now load base instead of default i18n
Diffstat (limited to 'themes/openwrt.org-oxygen')
-rw-r--r--themes/openwrt.org-oxygen/luasrc/view/themes/openwrt.org-oxygen/header.htm2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/openwrt.org-oxygen/luasrc/view/themes/openwrt.org-oxygen/header.htm b/themes/openwrt.org-oxygen/luasrc/view/themes/openwrt.org-oxygen/header.htm
index 95fea4784..a3f89cd4f 100644
--- a/themes/openwrt.org-oxygen/luasrc/view/themes/openwrt.org-oxygen/header.htm
+++ b/themes/openwrt.org-oxygen/luasrc/view/themes/openwrt.org-oxygen/header.htm
@@ -31,7 +31,7 @@ for i,r in ipairs(request) do
end
end
-require("luci.i18n").loadc("default")
+require("luci.i18n").loadc("base")
require("luci.http").prepare_content("application/xhtml+xml")
-%>