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

Owen Leonard oleonard at athenscounty.lib.oh.us
Tue Sep 26 22:28:50 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Owen Leonard <oleonard>	06/09/26 20:28:50

Modified files:
	opac           : opac-main.pl 

Log message:
	Adding user-configurable block to opac-main.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/opac/opac-main.pl?cvsroot=koha&only_with_tag=dev_week&r1=1.16.2.10.2.2&r2=1.16.2.10.2.3

Patches:
Index: opac-main.pl
===================================================================
RCS file: /sources/koha/koha/opac/opac-main.pl,v
retrieving revision 1.16.2.10.2.2
retrieving revision 1.16.2.10.2.3
diff -u -b -r1.16.2.10.2.2 -r1.16.2.10.2.3
--- opac-main.pl	19 Sep 2006 04:46:31 -0000	1.16.2.10.2.2
+++ opac-main.pl	26 Sep 2006 20:28:50 -0000	1.16.2.10.2.3
@@ -64,14 +64,8 @@
 				virtualshelves => C4::Context->preference("virtualshelves"),
 				textmessaging => $borrower->{textmessaging},
 				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"),
+				OpacMainUserBlock => C4::Context->preference("OpacMainUserBlock"),
 );
 
 $template->param('Disable_Dictionary'=>C4::Context->preference("Disable_Dictionary")) if (C4::Context->preference("Disable_Dictionary"));





More information about the Koha-cvs mailing list