[Koha-cvs] CVS: koha/opac opac-searchresults.pl,1.14,1.15

Owen Leonard oleonard at users.sourceforge.net
Thu Jan 8 19:27:47 CET 2004


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

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

Index: opac-searchresults.pl
===================================================================
RCS file: /cvsroot/koha/koha/opac/opac-searchresults.pl,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** opac-searchresults.pl	10 Oct 2003 00:35:06 -0000	1.14
--- opac-searchresults.pl	8 Jan 2004 18:27:44 -0000	1.15
***************
*** 123,127 ****
  }
  
! $template->param(numbers => $numbers);
  
  output_html_with_http_headers $query, $cookie, $template->output;
--- 123,129 ----
  }
  
! $template->param(numbers => $numbers,
! 			     LibraryName => C4::Context->preference("LibraryName"),
! );
  
  output_html_with_http_headers $query, $cookie, $template->output;





More information about the Koha-cvs mailing list