header.htm 329 B

123456789101112
  1. <%#
  2. Copyright 2008 Steven Barth <steven@midlink.org>
  3. Copyright 2008 Jo-Philipp Wich <jow@openwrt.org>
  4. Licensed to the public under the Apache License 2.0.
  5. -%>
  6. <%
  7. if not luci.dispatcher.context.template_header_sent then
  8. include("themes/" .. theme .. "/header")
  9. luci.dispatcher.context.template_header_sent = true
  10. end
  11. %>