diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-11-01 14:12:25 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-11-01 14:12:25 +0000 |
commit | c0ba2e06c65e98360d9a98570286a9c0cb82dc67 (patch) | |
tree | fc04bbb91b29f2e3a05ddb4ca37325223f608f68 /themes/oxygen | |
parent | 55bc26a2a51f2032d7f65ef00b5fdd28fff10402 (diff) |
themes: now load base instead of default i18n
Diffstat (limited to 'themes/oxygen')
-rw-r--r-- | themes/oxygen/luasrc/view/themes/oxygen/header.htm | 2 |
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") -%> |