themes: now load base instead of default i18n
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 1 Nov 2009 14:12:25 +0000 (14:12 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 1 Nov 2009 14:12:25 +0000 (14:12 +0000)
themes/fledermaus/luasrc/view/themes/fledermaus/header.htm
themes/freifunk-bno/luasrc/view/themes/freifunk-bno/header.htm
themes/freifunk-hannover/luasrc/view/themes/freifunk-hannover/header.htm
themes/freifunk/luasrc/view/themes/freifunk/header.htm
themes/openwrt-light/luasrc/view/themes/openwrt-light/header.htm
themes/openwrt.org-oxygen/luasrc/view/themes/openwrt.org-oxygen/header.htm
themes/openwrt.org/luasrc/view/themes/openwrt.org/header.htm
themes/oxygen/luasrc/view/themes/oxygen/header.htm

index abb6b90..4573eed 100644 (file)
@@ -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")
 
 -%>
index a50b19e..aa9e037 100644 (file)
@@ -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")
 
 -%>
index 19e91b4..e6f0eb4 100644 (file)
@@ -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("application/xhtml+xml")
 
 -%>
index 30db92b..f2d9285 100644 (file)
@@ -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")
 
 -%>
index 2cefa81..ef2cd91 100644 (file)
@@ -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("application/xhtml+xml")
 
 -%>
index 95fea47..a3f89cd 100644 (file)
@@ -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")
 
 -%>
index a2d8e32..831e315 100644 (file)
@@ -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("application/xhtml+xml")
 
 -%>
index b107aa4..86ba775 100644 (file)
@@ -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")
 
 -%>