koha-cvs
[Top][All Lists]
Advanced

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

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


From: Owen Leonard
Subject: [Koha-cvs] CVS: koha/opac opac-user.pl,1.12,1.13
Date: Thu, 08 Jan 2004 10:28:21 -0800

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 => address@hidden);
! $template->param(waiting_count => $wcount);
  
  output_html_with_http_headers $query, $cookie, $template->output;
--- 132,138 ----
  
  $template->param(WAITING => address@hidden);
! $template->param(waiting_count => $wcount,
!                            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]