fix footer
This commit is contained in:
parent
6071119f2e
commit
d0694fdb1e
3 changed files with 6 additions and 4 deletions
|
@ -24,6 +24,7 @@ limitations under the License.
|
|||
|
||||
]]--
|
||||
module("luci.dispatcher", package.seeall)
|
||||
require("luci.init")
|
||||
require("luci.http")
|
||||
require("luci.sys")
|
||||
require("luci.fs")
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
</div>
|
||||
<div class="clear"></div>
|
||||
</div></div>
|
||||
</div>
|
||||
|
||||
<div class="separator magenta bold"><a href="<%=controller%>/about"><%=require("luci").__appname__ .. " " .. luci.__version__%> - Lua Configuration Interface</a></div>
|
||||
<div class="separator black whitetext bold"><a href="<%=controller%>/about"><%=luci.__appname__ .. " " .. luci.__version__%> - Lua Configuration Interface</a></div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
</div></div>
|
||||
</div>
|
||||
|
||||
<div class="separator black whitetext bold"><a href="<%=controller%>/about"><%=require("luci").__appname__ .. " " .. luci.__version__%> - Lua Configuration Interface</a></div>
|
||||
<div class="separator black whitetext bold"><a href="<%=controller%>/about"><%= luci.__appname__ .. " " .. luci.__version__%> - Lua Configuration Interface</a></div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue