koha-cvs
[Top][All Lists]
Advanced

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

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


From: Owen Leonard
Subject: [Koha-cvs] CVS: koha/opac opac-searchresults.pl,1.14,1.15
Date: Thu, 08 Jan 2004 10:27:47 -0800

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;




reply via email to

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