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 abb6b90d83a669ce538650319cd4ab521cc58795..4573eedcdc796e516c61ca6cc2dab57a6a543bb0 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 a50b19ecc455ac3a9cc0d9840002a8010d94b8ac..aa9e037268a3b3ad425134a9c8345686f47e74d7 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 19e91b40246daf2dcc49f1c550cc0e11d1ffcac2..e6f0eb443f147c85f737fc394d1ec1964eefa90a 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 30db92b01fe11414f3daed9b34fcb02ce10b6f27..f2d9285bcab3484cc5c0795d2fd72a1c4c8735a5 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 2cefa819412600bdd448b8679b2ccb62541bdb04..ef2cd919da5a72f9cd7a947dfe059b95fec52556 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 95fea4784251211e42be50dd7412bae41d65642b..a3f89cd4f51a01cf0a83082920c3ea9497401d7d 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 a2d8e3275f882121e832ef23b812884e4d350985..831e315e8d1c98153650023993da2e975a0f33fe 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 b107aa49e2dfa268801a9bc85457d67c29d1898c..86ba77596c11b6f6ce473a9614d14e4e862e045f 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")
 
 -%>