You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2006/07/17 15:00:59 UTC

svn commit: r422708 - /incubator/roller/branches/roller_3.0/web/WEB-INF/classes/themes/css.vm

Author: snoopdave
Date: Mon Jul 17 06:00:58 2006
New Revision: 422708

URL: http://svn.apache.org/viewvc?rev=422708&view=rev
Log:
Reverting mistaken change

Modified:
    incubator/roller/branches/roller_3.0/web/WEB-INF/classes/themes/css.vm

Modified: incubator/roller/branches/roller_3.0/web/WEB-INF/classes/themes/css.vm
URL: http://svn.apache.org/viewvc/incubator/roller/branches/roller_3.0/web/WEB-INF/classes/themes/css.vm?rev=422708&r1=422707&r2=422708&view=diff
==============================================================================
--- incubator/roller/branches/roller_3.0/web/WEB-INF/classes/themes/css.vm (original)
+++ incubator/roller/branches/roller_3.0/web/WEB-INF/classes/themes/css.vm Mon Jul 17 06:00:58 2006
@@ -1,7 +1,4 @@
-<link rel="stylesheet" type="text/css" href="$config.contextURL/themes/base.css" />
-@import url($config.contextURL/themes/andreas08/styles/tools.css);
-@import url($config.contextURL/themes/andreas08/styles/typo.css);
-@import url($config.contextURL/themes/andreas08/styles/forms.css);
-@import url($config.contextURL/themes/andreas08/styles/layout-navtop-subright.css);
-@import url($config.contextURL/themes/andreas08/styles/layout.css);
-@import url($config.contextURL/themes/andreas08/styles/andreas08.css);
\ No newline at end of file
+ <link rel="stylesheet" type="text/css" href="$ctxPath/themes/base.css" /> 	 
+ #if( $theme ) 	 
+     <link rel="stylesheet" type="text/css" href="#showThemePath($theme)/theme.css" /> 	 
+ #end
\ No newline at end of file