diff options
author | Steven Barth <steven@midlink.org> | 2008-11-16 20:59:57 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-11-16 20:59:57 +0000 |
commit | 8b8d9030357e739eb1ae1a6b52a723c8fee8c4a6 (patch) | |
tree | 3c792f85f12f95b08b10ef3a63c30c8afe05a419 /modules | |
parent | 4bfa18a5ab7fed48ae0d55b26bd9d773c4b2e40b (diff) |
Fix URL to Freifunk contact page (closes #3)
Diffstat (limited to 'modules')
-rw-r--r-- | modules/freifunk/luasrc/view/freifunk/index.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/freifunk/luasrc/view/freifunk/index.htm b/modules/freifunk/luasrc/view/freifunk/index.htm index 49e8cd035..0b4d69771 100644 --- a/modules/freifunk/luasrc/view/freifunk/index.htm +++ b/modules/freifunk/luasrc/view/freifunk/index.htm @@ -17,7 +17,7 @@ $Id$ <h2><a id="content" name="content"><%:ff_hellonet%> <%=ff.community.name or 'Freifunk Deutschland'%>!</a></h2> <p><%:ff_public1%><br /> <%:ff_public2%> <%=luci.sys.hostname()%>. <%:ff_public3%> -<a href="<%=controller%>/public/index/contact"> <%=ff.contact.nickname%></a>.</p> +<a href="<%=luci.dispatcher.build_url("freifunk", "index", "contact")%>"> <%=ff.contact.nickname%></a>.</p> <p><%:ff_public4%> <a href="http://freifunk.net">Freifunk.net</a>.<br /> <%:ff_public5%> <a href="<%=ff.community.homepage or 'http//freifunk.net'%>"><%=ff.community.name or 'Freifunk'%></a>.</p> <p><strong><%:ff_note%></strong>: <%:ff_public6%></p> |