[Koha-cvs] CVS: koha/opac opac-user.pl,1.12,1.13

Owen Leonard oleonard at users.sourceforge.net
Thu Jan 8 19:28:21 CET 2004


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

Modified Files:
	opac-user.pl 
Log Message:
Added Paul's LibraryName variable to template

Index: opac-user.pl
===================================================================
RCS file: /cvsroot/koha/koha/opac/opac-user.pl,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** opac-user.pl	22 Dec 2003 08:58:40 -0000	1.12
--- opac-user.pl	8 Jan 2004 18:28:19 -0000	1.13
***************
*** 132,136 ****
  
  $template->param(WAITING => \@waiting);
! $template->param(waiting_count => $wcount);
  
  output_html_with_http_headers $query, $cookie, $template->output;
--- 132,138 ----
  
  $template->param(WAITING => \@waiting);
! $template->param(waiting_count => $wcount,
! 			     LibraryName => C4::Context->preference("LibraryName"),
! );
  
  output_html_with_http_headers $query, $cookie, $template->output;





More information about the Koha-cvs mailing list