[mapserver-commits] r8356 - trunk/docs/_templates
svn at osgeo.org
svn at osgeo.org
Wed Dec 31 09:00:33 EST 2008
Author: jmckenna
Date: 2008-12-31 09:00:32 -0500 (Wed, 31 Dec 2008)
New Revision: 8356
Modified:
trunk/docs/_templates/layout.html
Log:
add Home link to upper-right menu
Modified: trunk/docs/_templates/layout.html
===================================================================
--- trunk/docs/_templates/layout.html 2008-12-30 21:04:54 UTC (rev 8355)
+++ trunk/docs/_templates/layout.html 2008-12-31 14:00:32 UTC (rev 8356)
@@ -5,6 +5,7 @@
{% block relbar1 %}
<div style="padding: 10px 10px 15px 15px; background-color: white; text-align: right; float: right; vertical-align: bottom;">
+ <a href="{{ pathto('index') }}" title="Home">Home</a> |
<a href="{{ pathto('documentation') }}" title="Docs">Docs</a> |
<a href="http://trac.osgeo.org/mapserver" title="Bugs">Bugs</a> |
<a href="{{ pathto('faq') }}" title="FAQ">FAQ</a> |
More information about the mapserver-commits
mailing list