koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/opac opac-main.pl,1.8,1.9


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/opac opac-main.pl,1.8,1.9
Date: Mon, 15 Dec 2003 06:39:54 -0800

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

Modified Files:
        opac-main.pl 
Log Message:
OPAC now show a systempref variable in main/home screen => easier to change for 
a library.

Index: opac-main.pl
===================================================================
RCS file: /cvsroot/koha/koha/opac/opac-main.pl,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** opac-main.pl        8 Dec 2003 16:27:27 -0000       1.8
--- opac-main.pl        15 Dec 2003 14:39:52 -0000      1.9
***************
*** 34,37 ****
                         });
  
! $template->param(CGIitemtype => $CGIitemtype);
  output_html_with_http_headers $input, $cookie, $template->output;
--- 34,39 ----
                         });
  
! $template->param(CGIitemtype => $CGIitemtype,
!                            LibraryName => 
C4::Context->preference("LibraryName"),
! );
  output_html_with_http_headers $input, $cookie, $template->output;




reply via email to

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