fix footer

This commit is contained in:
Felix Fietkau 2008-06-03 23:17:40 +00:00
parent 6071119f2e
commit d0694fdb1e
3 changed files with 6 additions and 4 deletions

View file

@ -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")

View file

@ -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>

View file

@ -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>