2008-07-07 22:00:56 +00:00
|
|
|
<%#
|
2015-01-16 22:38:38 +00:00
|
|
|
Copyright 2008 Steven Barth <steven@midlink.org>
|
2015-01-16 22:46:42 +00:00
|
|
|
Copyright 2008 Jo-Philipp Wich <jow@openwrt.org>
|
2015-01-16 22:38:38 +00:00
|
|
|
Licensed to the public under the Apache License 2.0.
|
2008-07-07 22:00:56 +00:00
|
|
|
-%>
|
2009-02-09 13:17:26 +00:00
|
|
|
|
|
|
|
<%
|
|
|
|
if not luci.dispatcher.context.template_header_sent then
|
|
|
|
include("themes/" .. theme .. "/header")
|
|
|
|
luci.dispatcher.context.template_header_sent = true
|
|
|
|
end
|
|
|
|
%>
|