[mapserver-commits] r8316 - trunk/docs/_templates
svn at osgeo.org
svn at osgeo.org
Mon Dec 29 12:43:45 EST 2008
Author: hobu
Date: 2008-12-29 12:43:45 -0500 (Mon, 29 Dec 2008)
New Revision: 8316
Modified:
trunk/docs/_templates/layout.html
Log:
About page should be linked in index.txt, not in the main template
Modified: trunk/docs/_templates/layout.html
===================================================================
--- trunk/docs/_templates/layout.html 2008-12-29 17:43:26 UTC (rev 8315)
+++ trunk/docs/_templates/layout.html 2008-12-29 17:43:45 UTC (rev 8316)
@@ -5,10 +5,10 @@
{% block relbar1 %}
<div style="padding: 10px 10px 15px 15px; background-color: white; text-align: right; float: right; vertical-align: bottom;">
- <a href="{{ pathto('about') }}" title="About">About</a> |
<a href="{{ pathto('documentation') }}" title="Docs">Docs</a> <a href="/MapServer.pdf" title="PDF"><img src="{{ pathto("_static/pdf.png", 1)}}" alt="PDF icon"/></a> |
<a href="http://mapserver.osgeo.org/download.html#development-source" title="Source">Source</a> |
<a href="http://trac.osgeo.org/mapserver" title="Bugs">Bugs</a> |
+ <a href="{{ pathto('faq') }}" title="FAQ">FAQ</a> |
<a href="{{ pathto('download') }}" title="Download">Download </a>
</div>
More information about the mapserver-commits
mailing list