Fix broken ref to colors.css for tadl-legacy skin
authorJeff Godin <jgodin@tadl.org>
Wed, 23 May 2012 15:48:55 +0000 (11:48 -0400)
committerSteven Callender <stevecallender@esilibrary.com>
Wed, 23 May 2012 17:35:27 +0000 (13:35 -0400)
The colors.css file lives in the theme, not the skin.

Another mistaken substitution that went unnoticed during testing
-- the OPAC looked so CLEAN!

Signed-off-by: Jeff Godin <jgodin@tadl.org>
Open-ILS/web/opac/skin/tadl-legacy/xml/common/css_common.xml

index 46b6edf..db2fc1c 100644 (file)
@@ -6,7 +6,7 @@
 <link type='text/css' rel='stylesheet' href='<!--#echo var="OILS_CSS_BASE"-->/mediumfont.css' />
 
 <!-- Our colors -->
-<link type='text/css' rel="stylesheet" href="<!--#echo var='OILS_THEME_BASE'-->/tadl-legacy/css/colors.css" />
+<link type='text/css' rel="stylesheet" href="<!--#echo var='OILS_THEME_BASE'-->/tadl/css/colors.css" />
 
 
 <!-- OpenSearch auto discovery -->