You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2007/02/21 09:46:35 UTC

svn commit: r509937 - /lenya/trunk/src/modules/sitetree/sitemap.xmap

Author: andreas
Date: Wed Feb 21 00:46:34 2007
New Revision: 509937

URL: http://svn.apache.org/viewvc?view=rev&rev=509937
Log:
Fixed wildcard references in sitetree xmap

Modified:
    lenya/trunk/src/modules/sitetree/sitemap.xmap

Modified: lenya/trunk/src/modules/sitetree/sitemap.xmap
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/sitetree/sitemap.xmap?view=diff&rev=509937&r1=509936&r2=509937
==============================================================================
--- lenya/trunk/src/modules/sitetree/sitemap.xmap (original)
+++ lenya/trunk/src/modules/sitetree/sitemap.xmap Wed Feb 21 00:46:34 2007
@@ -72,7 +72,7 @@
         <map:transform src="fallback://lenya/modules/sitetree/xslt/navigation/{1}.xsl">
           <map:parameter name="url" value="/{6}"/>
           <map:parameter name="area" value="{2}"/>
-          <map:parameter name="root" value="{request:contextPath}/{1}/{2}/"/>
+          <map:parameter name="root" value="{request:contextPath}/{2}/{3}/"/>
           <map:parameter name="chosenlanguage" value="{5}"/>
           <map:parameter name="defaultlanguage" value="{4}"/>
         </map:transform>       



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org