koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Owen Leonard
Subject: [Koha-cvs] CVS: koha/opac opac-detail.pl,1.9,1.10
Date: Thu, 08 Jan 2004 10:23:51 -0800

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;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]