[Koha-cvs] koha/C4 Auth.pm [dev_week]

Joshua Ferraro jmf at kados.org
Wed Jul 12 15:23:31 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Joshua Ferraro <kados>	06/07/12 13:23:31

Modified files:
	C4             : Auth.pm 

Log message:
	adding some template vars for opac

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/C4/Auth.pm?cvsroot=koha&only_with_tag=dev_week&r1=1.36.2.18&r2=1.36.2.18.2.1

Patches:
Index: Auth.pm
===================================================================
RCS file: /sources/koha/koha/C4/Auth.pm,v
retrieving revision 1.36.2.18
retrieving revision 1.36.2.18.2.1
diff -u -b -r1.36.2.18 -r1.36.2.18.2.1
--- Auth.pm	27 Apr 2006 17:02:20 -0000	1.36.2.18
+++ Auth.pm	12 Jul 2006 13:23:31 -0000	1.36.2.18.2.1
@@ -484,6 +484,18 @@
 
 	my $template = gettemplate($template_name, $type,$query);
 	$template->param(INPUTS => \@inputs,
+				suggestion => C4::Context->preference("suggestion"),
+                virtualshelves => C4::Context->preference("virtualshelves"),
+                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"),
+	
 			intranetcolorstylesheet => C4::Context->preference("intranetcolorstylesheet"),
 			intranetstylesheet => C4::Context->preference("intranetstylesheet"),
 			IntranetNav => C4::Context->preference("IntranetNav"),





More information about the Koha-cvs mailing list