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

Joshua Ferraro jmf at kados.org
Sun Jul 23 17:28:55 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	Joshua Ferraro <kados>	06/07/23 15:28:55

Modified files:
	opac           : opac-user.pl 

Log message:
	merging with dev-week (bugfix for opacbookbag)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/opac/opac-user.pl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.14.2.9&r2=1.14.2.10

Patches:
Index: opac-user.pl
===================================================================
RCS file: /sources/koha/koha/opac/opac-user.pl,v
retrieving revision 1.14.2.9
retrieving revision 1.14.2.10
diff -u -b -r1.14.2.9 -r1.14.2.10
--- opac-user.pl	8 Mar 2006 13:46:55 -0000	1.14.2.9
+++ opac-user.pl	23 Jul 2006 15:28:55 -0000	1.14.2.10
@@ -142,6 +142,17 @@
 $template->param(waiting_count => $wcount,
 				textmessaging => $borr->{textmessaging},
 				OpacPasswordChange => C4::Context->preference("OpacPasswordChange"),
+				opaclargeimage => C4::Context->preference("opaclargeimage"),
+                LibraryName => C4::Context->preference("LibraryName"),
+                OpacNav => C4::Context->preference("OpacNav"),
+                opaccredits => C4::Context->preference("opaccredits"),
+                opacreadinghistory => C4::Context->preference("opacreadinghistory"),
+                opacsmallimage => C4::Context->preference("opacsmallimage"),
+                opaclayoutstylesheet => C4::Context->preference("opaclayoutstylesheet"),
+                opaccolorstylesheet => C4::Context->preference("opaccolorstylesheet"),
+                opaclanguagesdisplay => C4::Context->preference("opaclanguagesdisplay"),
+				opacbookbag => C4::Context->preference("opacbookbag"),
+
 );
 
 output_html_with_http_headers $query, $cookie, $template->output;





More information about the Koha-cvs mailing list