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/freifunk-bno | |
parent | 55bc26a2a51f2032d7f65ef00b5fdd28fff10402 (diff) |
themes: now load base instead of default i18n
Diffstat (limited to 'themes/freifunk-bno')
-rw-r--r-- | themes/freifunk-bno/luasrc/view/themes/freifunk-bno/header.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/freifunk-bno/luasrc/view/themes/freifunk-bno/header.htm b/themes/freifunk-bno/luasrc/view/themes/freifunk-bno/header.htm index a50b19ecc..aa9e03726 100644 --- a/themes/freifunk-bno/luasrc/view/themes/freifunk-bno/header.htm +++ b/themes/freifunk-bno/luasrc/view/themes/freifunk-bno/header.htm @@ -30,7 +30,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("text/html") -%> |