[Koha-cvs] CVS: koha/opac opac-main.pl,1.8,1.9

Paul POULAIN tipaul at users.sourceforge.net
Mon Dec 15 15:39:54 CET 2003


Update of /cvsroot/koha/koha/opac
In directory sc8-pr-cvs1:/tmp/cvs-serv5575/opac

Modified Files:
	opac-main.pl 
Log Message:
OPAC now show a systempref variable in main/home screen => easier to change for a library.

Index: opac-main.pl
===================================================================
RCS file: /cvsroot/koha/koha/opac/opac-main.pl,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** opac-main.pl	8 Dec 2003 16:27:27 -0000	1.8
--- opac-main.pl	15 Dec 2003 14:39:52 -0000	1.9
***************
*** 34,37 ****
  			 });
  
! $template->param(CGIitemtype => $CGIitemtype);
  output_html_with_http_headers $input, $cookie, $template->output;
--- 34,39 ----
  			 });
  
! $template->param(CGIitemtype => $CGIitemtype,
! 			     LibraryName => C4::Context->preference("LibraryName"),
! );
  output_html_with_http_headers $input, $cookie, $template->output;





More information about the Koha-cvs mailing list