[Koha-cvs] CVS: koha/opac opac-detail.pl,1.9,1.10

Owen Leonard oleonard at users.sourceforge.net
Thu Jan 8 19:23:51 CET 2004


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

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

Index: opac-detail.pl
===================================================================
RCS file: /cvsroot/koha/koha/opac/opac-detail.pl,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** opac-detail.pl	2 Feb 2003 07:18:38 -0000	1.9
--- opac-detail.pl	8 Jan 2004 18:23:49 -0000	1.10
***************
*** 53,57 ****
  $template->param(ITEM_RESULTS => $itemsarray);
  $template->param(WEB_RESULTS => $webarray);
! $template->param(SITE_RESULTS => $sitearray);
  
  output_html_with_http_headers $query, $cookie, $template->output;
--- 53,59 ----
  $template->param(ITEM_RESULTS => $itemsarray);
  $template->param(WEB_RESULTS => $webarray);
! $template->param(SITE_RESULTS => $sitearray,
! 			     LibraryName => C4::Context->preference("LibraryName"),
! );
  
  output_html_with_http_headers $query, $cookie, $template->output;





More information about the Koha-cvs mailing list