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

Joshua Ferraro jmf at kados.org
Fri Feb 3 22:15:22 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	rel_2_2
Changes by:	Joshua Ferraro <kados at savannah.gnu.org>	06/02/03 21:15:22

Modified files:
	opac           : opac-user.pl 

Log message:
	Updating script for new system preference: OpacNav

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/opac/opac-user.pl.diff?only_with_tag=rel_2_2&tr1=1.14.2.5&tr2=1.14.2.6&r1=text&r2=text

Patches:
Index: koha/opac/opac-user.pl
diff -u koha/opac/opac-user.pl:1.14.2.5 koha/opac/opac-user.pl:1.14.2.6
--- koha/opac/opac-user.pl:1.14.2.5	Mon Dec  5 09:50:35 2005
+++ koha/opac/opac-user.pl	Fri Feb  3 21:15:22 2006
@@ -145,6 +145,7 @@
 				virtualshelves => C4::Context->preference("virtualshelves"),
 				OpacPasswordChange => C4::Context->preference("OpacPasswordChange"),
 				textmessaging => $borr->{textmessaging},
+				OpacNav => C4::Context->preference("OpacNav"),
 );
 
 output_html_with_http_headers $query, $cookie, $template->output;





More information about the Koha-cvs mailing list