mirror of
https://github.com/openwrt/luci.git
synced 2026-08-29 08:31:46 +04:00
fix footer
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user