themes: now load base instead of default i18n
[project/luci.git] / themes / openwrt.org / luasrc / view / themes / openwrt.org / header.htm
index e523d2716e5e0a61595bec24664193661bdf2bd5..831e315e8d1c98153650023993da2e975a0f33fe 100644 (file)
@@ -1,4 +1,4 @@
-a<%#
+<%#
 LuCI - Lua Configuration Interface
 Copyright 2008 Steven Barth <steven@midlink.org>
 Copyright 2008 Jo-Philipp Wich <xm@leipzig.freifunk.net>
@@ -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")
 
 -%>
@@ -54,8 +54,8 @@ require("luci.http").prepare_content("application/xhtml+xml")
 <body class="lang_<%=luci.i18n.context.lang%>">
 
 <p class="skiplink">
-<span id="skiplink1"><a href="#navigation"><%:skiplink1 Skip to navigation%></a></span>
-<span id="skiplink2"><a href="#content"><%:skiplink2 Skip to content%></a></span>
+<span id="skiplink1"><a href="#navigation"><%:Skip to navigation%></a></span>
+<span id="skiplink2"><a href="#content"><%:Skip to content%></a></span>
 </p>
 
 <div id="header">