<%# Copyright 2008 Steven Barth Copyright 2008 Jo-Philipp Wich Licensed to the public under the Apache License 2.0. -%>
<% -- check new theme can be supported local board = luci.util.ubus("system", "board") local unsupportlist = {"WR703N"} local tsupport = true for i, dev in pairs(unsupportlist) do if string.find(board.model, dev) then tsupport = false break end end if tsupport then %> <% end %>

<% local ver = require "luci.version" -%> Powered by <%= ver.luciname %> (<%= ver.luciversion %>)

<% if tsupport then %>

Change Theme

<% end %>