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 2008/02/12 23:14:32 UTC

svn commit: r627148 - /lenya/trunk/src/webapp/lenya/xslt/util/page-util.xsl

Author: andreas
Date: Tue Feb 12 14:14:30 2008
New Revision: 627148

URL: http://svn.apache.org/viewvc?rev=627148&view=rev
Log:
Removed context path handling from util stylesheet (handled by proxy transformer nowadays).

Modified:
    lenya/trunk/src/webapp/lenya/xslt/util/page-util.xsl

Modified: lenya/trunk/src/webapp/lenya/xslt/util/page-util.xsl
URL: http://svn.apache.org/viewvc/lenya/trunk/src/webapp/lenya/xslt/util/page-util.xsl?rev=627148&r1=627147&r2=627148&view=diff
==============================================================================
--- lenya/trunk/src/webapp/lenya/xslt/util/page-util.xsl (original)
+++ lenya/trunk/src/webapp/lenya/xslt/util/page-util.xsl Tue Feb 12 14:14:30 2008
@@ -27,8 +27,7 @@
   
   <!-- includes the default CSS stylesheet -->
   <xsl:template name="include-css">
-    <xsl:param name="contextprefix"/>
-    <link rel="stylesheet" type="text/css" href="{$contextprefix}/lenya/css/default.css" media="screen"/>
+    <link rel="stylesheet" type="text/css" href="/lenya/css/default.css" media="screen"/>
   </xsl:template>
   
   <!-- prints a list of $separator-separated strings -->



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