[mapserver-commits] r9692 - branches/branch-5-6/docs/_templates
svn at osgeo.org
svn at osgeo.org
Thu Jan 14 15:11:25 EST 2010
Author: hobu
Date: 2010-01-14 15:11:24 -0500 (Thu, 14 Jan 2010)
New Revision: 9692
Modified:
branches/branch-5-6/docs/_templates/layout.html
Log:
don't point to html directory for language flags
Modified: branches/branch-5-6/docs/_templates/layout.html
===================================================================
--- branches/branch-5-6/docs/_templates/layout.html 2010-01-14 18:17:05 UTC (rev 9691)
+++ branches/branch-5-6/docs/_templates/layout.html 2010-01-14 20:11:24 UTC (rev 9692)
@@ -34,7 +34,7 @@
<a href="{{pathto("../../"+lng+"/"+pagename)}}"><img src="{{ pathto("_static/flagicons/"+lng+".png", 1) }}" alt="{{ lng }}" title="{{ lng }}" border="0" /></a>
{% endif %}
{% else %}
- <a href="{{pathto("../../html/"+lng+"/"+pagename)}}"><img src="{{ pathto("_static/flagicons/"+lng+".png", 1) }}" alt="{{ lng }}" title="{{ lng }}" border="0" /></a>
+ <a href="{{pathto("../../"+lng+"/"+pagename)}}"><img src="{{ pathto("_static/flagicons/"+lng+".png", 1) }}" alt="{{ lng }}" title="{{ lng }}" border="0" /></a>
{% endif %}
{%- endif %}
{%- endfor %}
More information about the mapserver-commits
mailing list