summaryrefslogtreecommitdiff
path: root/templates/layout.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/layout.html')
-rw-r--r--templates/layout.html15
1 files changed, 8 insertions, 7 deletions
diff --git a/templates/layout.html b/templates/layout.html
index f6d19c6f..b5ebce1a 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -23,6 +23,14 @@
<div id="body">
<div id="menu">
%menu%
+ <nav class="container small">
+ <ul>
+ <li><a href="mailto:erzengel@lists.ccc.de">Contact <img src="pic/icons/email.png" alt="E-Mail"></a></li>
+ <li><a href="mailto:bugs@engelsystem.de">Bugs / Features <img src="pic/icons/email.png" alt="E-Mail"></a></li>
+ <li><a href="https://vcs.wybt.net/engelsystem/trac/">Development Platform</a></li>
+ <li><a href="?p=credits">Credits</a></li>
+ </ul>
+ </nav>
</div>
<div id="content" class="container">
<h1>%title%</h1>
@@ -33,13 +41,6 @@
<div class="clear"></div>
</div>
<footer>
- <p>
- &copy; copyleft | <a href="mailto:erzengel@lists.ccc.de">Contact</a>
- | <a href="mailto:bugs@engelsystem.de">Bugs / Features</a>
- | <a href="?p=credits">Credits</a>
- <br/>
- This is hell. Temporarily.
- </p>
</footer>
</body>
</html>