summaryrefslogtreecommitdiffhomepage
path: root/module/public-core
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-04-27 22:57:29 +0000
committerSteven Barth <steven@midlink.org>2008-04-27 22:57:29 +0000
commit4700739186c0c4a4cc0cc5ba2ae5e421ee6c2a3f (patch)
treea57f136d8dfddd2788d17448650deebc11b35ad2 /module/public-core
parent17b357af81fef5f946c1df6e8966dc4158d4bdbc (diff)
* Minor bugfixes
Diffstat (limited to 'module/public-core')
-rw-r--r--module/public-core/src/view/public_index/contact.htm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/public-core/src/view/public_index/contact.htm b/module/public-core/src/view/public_index/contact.htm
index d19df7e4c0..df34812af9 100644
--- a/module/public-core/src/view/public_index/contact.htm
+++ b/module/public-core/src/view/public_index/contact.htm
@@ -1,5 +1,5 @@
<%+header%>
-<% local contact = ffluci.model.uci.show("freifunk", "contact").freifunk.contact %>
+<% local contact = ffluci.model.uci.show("freifunk").freifunk.contact %>
<h1><%:contact Kontakt%></h1>
<table cellspacing="0" cellpadding="6">
<tr><th><%:nickname Pseudonym%>:</th><td><%=contact.nickname%></td></tr>