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/07/20 11:07:45 UTC

svn commit: r557932 - /lenya/trunk/src/pubs/default/modules/homepage/xslt/homepage2xhtml.xsl

Author: andreas
Date: Fri Jul 20 02:07:43 2007
New Revision: 557932

URL: http://svn.apache.org/viewvc?view=rev&rev=557932
Log:
Reverted accidential change (r557603)

Modified:
    lenya/trunk/src/pubs/default/modules/homepage/xslt/homepage2xhtml.xsl

Modified: lenya/trunk/src/pubs/default/modules/homepage/xslt/homepage2xhtml.xsl
URL: http://svn.apache.org/viewvc/lenya/trunk/src/pubs/default/modules/homepage/xslt/homepage2xhtml.xsl?view=diff&rev=557932&r1=557931&r2=557932
==============================================================================
--- lenya/trunk/src/pubs/default/modules/homepage/xslt/homepage2xhtml.xsl (original)
+++ lenya/trunk/src/pubs/default/modules/homepage/xslt/homepage2xhtml.xsl Fri Jul 20 02:07:43 2007
@@ -24,12 +24,8 @@
   xmlns:ci="http://apache.org/cocoon/include/1.0" 
   >
   
-  <xsl:import href="xhtml2xhtml.xsl"/>
-  <!-- 
   <xsl:import href="fallback://lenya/modules/xhtml/xslt/xhtml2xhtml.xsl"/>
-   <xsl:param name="rendertype"/>
-    -->
-    
+  
   <xsl:param name="pubId"/>
   <xsl:param name="contextPath"/>
   <xsl:param name="language"/>
@@ -39,10 +35,7 @@
     <xsl:copy-of select="lenya:meta"/>
     <html>
       <head>
-      <!-- 
         <link rel="stylesheet" href="{$contextPath}/{$pubId}/modules/homepage/css/homepage.css" type="text/css"/>
-         -->
-        <link rel="stylesheet" href="/default/authoring/css/page.css" type="text/css"/>
         <ci:include src="cocoon:/news-header_{$language}.xml"/>
       </head>
       <body>



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