summaryrefslogtreecommitdiffhomepage
path: root/themes/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/oxygen
parent55bc26a2a51f2032d7f65ef00b5fdd28fff10402 (diff)
themes: now load base instead of default i18n
Diffstat (limited to 'themes/oxygen')
-rw-r--r--themes/oxygen/luasrc/view/themes/oxygen/header.htm2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/oxygen/luasrc/view/themes/oxygen/header.htm b/themes/oxygen/luasrc/view/themes/oxygen/header.htm
index b107aa49e..86ba77596 100644
--- a/themes/oxygen/luasrc/view/themes/oxygen/header.htm
+++ b/themes/oxygen/luasrc/view/themes/oxygen/header.htm
@@ -29,7 +29,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")
-%>