locate intranetcolorstylesheet in correct directory
authorGalen Charlton <galen.charlton@liblime.com>
Sat, 27 Oct 2007 19:14:49 +0000 (14:14 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Mon, 29 Oct 2007 20:45:55 +0000 (15:45 -0500)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc

index a989177..b4f44d7 100644 (file)
@@ -59,5 +59,5 @@
 
 <!-- local colors -->
 <!-- TMPL_IF name="intranetcolorstylesheet" -->
-    <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR NAME="intranetcolorstylesheet" -->" />
+    <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR NAME="themelang" -->/css/<!-- TMPL_VAR NAME="intranetcolorstylesheet" -->" />
 <!-- /TMPL_IF -->