diff doku/source/_templates/layout.html @ 235:00a39e8b6eed

* INSTALL.txt: Added a paragraph to make the env-vars available in Apache * doku/source/_templates/layout.html: defining a custom footer with the version-string included * doku/source/conf.py: adopt versionstring and copyright * doku/source/functionality.txt: formating-cosmetics, correct icon
author Stephan Holl <stephan.holl@intevation.de>
date Fri, 05 Aug 2011 09:18:53 +0200
parents 43f1cbdcd597
children
line wrap: on
line diff
--- a/doku/source/_templates/layout.html	Fri Aug 05 08:41:42 2011 +0200
+++ b/doku/source/_templates/layout.html	Fri Aug 05 09:18:53 2011 +0200
@@ -22,3 +22,11 @@
         <li><a href="http://mxd2map.org">MXD2map website</a>&nbsp;|&nbsp;</li>
         <li><a href="{{ pathto('index') }}">Contents</a></li>
 {% endblock %}
+
+{% block footer %}
+<div class="footer">
+    Version {{ release }} &nbsp;|&nbsp;
+   (&copy) {{ copyright }} &nbsp;|&nbsp;
+    Last updated: {{ last_updated }}
+</div>
+{% endblock %}
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)