diff options
author | Manuel Munz <freifunk@somakoma.de> | 2011-02-17 15:47:27 +0000 |
---|---|---|
committer | Manuel Munz <freifunk@somakoma.de> | 2011-02-17 15:47:27 +0000 |
commit | 788b55d9f8d40d03e78083ad149784143d7acfe7 (patch) | |
tree | 61428d0822f41f30dd59722a9b4199e85163ad4a /themes/freifunk-generic | |
parent | 71f54f529f198ca777c98eb13c58ed4a6db5fc1f (diff) |
themes/freifunk-generic: Change link in footer that was pointing to nowhere after the About page was removed some time ago
Diffstat (limited to 'themes/freifunk-generic')
-rw-r--r-- | themes/freifunk-generic/luasrc/view/themes/freifunk-generic/footer.htm | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/themes/freifunk-generic/luasrc/view/themes/freifunk-generic/footer.htm b/themes/freifunk-generic/luasrc/view/themes/freifunk-generic/footer.htm index 164856206..f21a5ff50 100644 --- a/themes/freifunk-generic/luasrc/view/themes/freifunk-generic/footer.htm +++ b/themes/freifunk-generic/luasrc/view/themes/freifunk-generic/footer.htm @@ -8,9 +8,6 @@ you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 - -$Id: footer.htm 4185 2009-01-30 14:00:35Z jow $ - -%> <% local xtime if exectime then @@ -23,7 +20,7 @@ end %> </div> <div class="footer"> -<p class="luci"><a href="<%=controller%>/about">Powered by <%= luci.__appname__ .. " (v" .. luci.__version__ .. ")" %></a></p> +<p class="luci"><a href="http://luci.subsignal.org">Powered by <%= luci.__appname__ .. " (v" .. luci.__version__ .. ")" %></a></p> <% if xtime then %> <p class="exectime">Script execution time: <%=xtime%></p> <% end %> |