diff options
author | Philip Häusler <msquare@notrademark.de> | 2014-08-23 01:55:18 +0200 |
---|---|---|
committer | Philip Häusler <msquare@notrademark.de> | 2014-08-23 01:55:18 +0200 |
commit | f5a094fd8b32d44767f7fc30a65f407f4e1d9945 (patch) | |
tree | eac9a223e103c3066ef6e0b57e0bf215eaa89a72 /templates/layout.html | |
parent | 74647e16d37fac9425a4561b49618b52cdc3e75c (diff) |
add user view, better bootstrap
Diffstat (limited to 'templates/layout.html')
-rw-r--r-- | templates/layout.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/templates/layout.html b/templates/layout.html index af412184..6f5a4886 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -24,17 +24,17 @@ </div> </div> <div class="container-fluid"> - <div class="col-md-2" style="margin-top: 28px;"> - %menu% - <ul> - <li><a href="%faq_url%">FAQ</a></li> - <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> - </div> + <div class="col-md-2" style="margin-top: 28px;">%menu%</div> %content% + <div class="row"> + <div class="col-md-12"> + <hr /> + <div class="text-center footer"> + <a href="%faq_url%">FAQ</a> · <a href="mailto:erzengel@lists.ccc.de"><span class="glyphicon glyphicon-envelope"></span> Contact</a> · <a href="mailto:bugs@engelsystem.de"><span class="glyphicon glyphicon-envelope"></span> Bugs / Features</a> · <a + href="https://vcs.wybt.net/engelsystem/trac/">Development Platform</a> · <a href="?p=credits">Credits</a> + </div> + </div> + </div> </div> </body> </html> |