summaryrefslogtreecommitdiffhomepage
path: root/themes/fledermaus
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-07-19 15:59:00 +0000
committerSteven Barth <steven@midlink.org>2008-07-19 15:59:00 +0000
commitaeb1c372bd51f751fa9defebaa82d33e8eec0680 (patch)
treeb405ba9614a19c8a2413ccae84467b9fe9dcd276 /themes/fledermaus
parent4aaa2afcc19e92955b650c9c2a2bce3779819cca (diff)
Improved browser title
Diffstat (limited to 'themes/fledermaus')
-rw-r--r--themes/fledermaus/luasrc/view/themes/fledermaus/header.htm5
1 files changed, 3 insertions, 2 deletions
diff --git a/themes/fledermaus/luasrc/view/themes/fledermaus/header.htm b/themes/fledermaus/luasrc/view/themes/fledermaus/header.htm
index cecdb1e7d..76b0a3da0 100644
--- a/themes/fledermaus/luasrc/view/themes/fledermaus/header.htm
+++ b/themes/fledermaus/luasrc/view/themes/fledermaus/header.htm
@@ -20,6 +20,7 @@ local category = request[1]
local tree = luci.dispatcher.node()
local cattree = category and luci.dispatcher.node(category)
local node = luci.dispatcher.context.dispatched
+local hostname = luci.sys.hostname()
local c = tree
for i,r in ipairs(request) do
@@ -40,7 +41,7 @@ require("luci.http").prepare_content("text/html")
<% if node and node.css then %><link rel="stylesheet" type="text/css" href="<%=resource%>/<%=node.css%>" /><% end %>
<meta http-equiv="content-type" content="text/xhtml+xml; charset=utf-8" />
<meta http-equiv="content-script-type" content="text/javascript" />
- <title>LuCI - Lua Configuration Interface - <%=(node and node.title)%></title>
+ <title><%=hostname%> - <%=(node and node.title)%> - LuCI</title>
</head>
<body>
<div id="header">
@@ -49,7 +50,7 @@ require("luci.http").prepare_content("text/html")
<%=luci.config.brand.firmware%><br />
<%=luci.config.brand.distro%><br />
<%:load%>: <%=load1%> <%=load5%> <%=load15%><br />
- <%:hostname%>: <%=luci.sys.hostname()%>
+ <%:hostname%>: <%=hostname%>
</div>
<div>
<span class="headertitle"><%=luci.config.brand.title%></span><br />