Updated Rico2 and Rico3 with fixes for IE9. Updated Rico2 version to 2.3. Updated...
[infodrom/rico3] / examples / asp / LoadRicoClient.asp
index 8e405f5..54a9dde 100644 (file)
@@ -106,7 +106,7 @@ sub LoadTheme(theme)
     case "r":\r
       requireRicoCSS themeFile\r
   end select\r
-  if grid_striping then Response.Write vbLf & "<link type='text/css' rel='stylesheet' href='" & cssDir & "striping/" & themeFile & ".css' />"\r
+  if grid_striping then Response.Write vbLf & "<link type='text/css' rel='stylesheet' href='" & cssDir & "striping_" & themeFile & ".css' />"\r
 end sub\r
 \r
 \r