[Koha-cvs] koha/opac opac-user.pl [dev_week]

Joshua Ferraro jmf at kados.org
Sun Jul 23 17:26:29 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Joshua Ferraro <kados>	06/07/23 15:26:29

Modified files:
	opac           : opac-user.pl 

Log message:
	add support for opacbookbag to opac-user

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/opac/opac-user.pl?cvsroot=koha&only_with_tag=dev_week&r1=1.14.2.9.2.1&r2=1.14.2.9.2.2

Patches:
Index: opac-user.pl
===================================================================
RCS file: /sources/koha/koha/opac/opac-user.pl,v
retrieving revision 1.14.2.9.2.1
retrieving revision 1.14.2.9.2.2
diff -u -b -r1.14.2.9.2.1 -r1.14.2.9.2.2
--- opac-user.pl	21 Jul 2006 17:46:48 -0000	1.14.2.9.2.1
+++ opac-user.pl	23 Jul 2006 15:26:29 -0000	1.14.2.9.2.2
@@ -151,6 +151,7 @@
                 opaclayoutstylesheet => C4::Context->preference("opaclayoutstylesheet"),
                 opaccolorstylesheet => C4::Context->preference("opaccolorstylesheet"),
                 opaclanguagesdisplay => C4::Context->preference("opaclanguagesdisplay"),
+				opacbookbag => C4::Context->preference("opacbookbag"),
 
 );
 





More information about the Koha-cvs mailing list