koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] koha/C4 Output.pm [rel_2_2]


From: Joshua Ferraro
Subject: [Koha-cvs] koha/C4 Output.pm [rel_2_2]
Date: Thu, 09 Feb 2006 15:01:55 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_2_2
Changes by:     Joshua Ferraro <address@hidden> 06/02/09 15:01:55

Modified files:
        C4             : Output.pm 

Log message:
        Adds opaccolorstylesheet syspref variable to scripts

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/C4/Output.pm.diff?only_with_tag=rel_2_2&tr1=1.51.2.1&tr2=1.51.2.2&r1=text&r2=text

Patches:
Index: koha/C4/Output.pm
diff -u koha/C4/Output.pm:1.51.2.1 koha/C4/Output.pm:1.51.2.2
--- koha/C4/Output.pm:1.51.2.1  Mon Jun  6 14:03:54 2005
+++ koha/C4/Output.pm   Thu Feb  9 15:01:54 2006
@@ -1,6 +1,6 @@
 package C4::Output;
 
-# $Id: Output.pm,v 1.51.2.1 2005/06/06 14:03:54 tipaul Exp $
+# $Id: Output.pm,v 1.51.2.2 2006/02/09 15:01:54 kados Exp $
 
 #package to deal with marking up output
 #You will need to edit parts of this pm
@@ -83,6 +83,7 @@
                                                        interface => ($opac ne 
'intranet'? '/opac-tmpl': '/intranet-tmpl'),
                                                        theme => $theme,
                                                        opacstylesheet => 
$opacstylesheet,
+                                                       opaccolorstylesheet => 
C4::Context->preference('opaccolorstylesheet'),
                                                        opacsmallimage => 
C4::Context->preference('opacsmallimage'),
                                                        lang => $lang);
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]