Author: thorsten
Date: Wed Mar 15 13:05:48 2006
New Revision: 386163

URL: http://svn.apache.org/viewcvs?rev=386163&view=rev
Log:
Activating the request specific css as part of FOR-832

Modified:
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt.fv

Modified: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt.fv
URL: 
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt.fv?rev=386163&r1=386162&r2=386163&view=diff
==============================================================================
--- 
forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt.fv 
(original)
+++ 
forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt.fv 
Wed Mar 15 13:05:48 2006
@@ -192,9 +192,9 @@
         <css url="leather-dev.css" media="screen" rel="alternate stylesheet" 
           theme="common"/>
         <css url="pelt.screen.css" media="screen" theme="Pelt"/>
-        <!-- You can request request specific css, but beware that you need to 
use the *.dispatcher.css extension!!!-->
-        <!-- FIXME: that is not working ATM in forrest for subdir/bla needs 
more testing -->
-        <!--<css url="#{$getRequest}.dispatcher.css" media="screen" 
theme="Pelt"/>-->
+        <!-- You can request url specific css as defined above, 
+          but beware that you need to use the *.dispatcher.css extension!!!-->
+        <css prefix="" url="#{$getRequest}.dispatcher.css" media="screen" 
theme="Pelt"/>
         <css url="pelt.print.css" media="print"/>
         <css>/* Extra css */ 
 p.quote {


Reply via email to