[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/opac opac-main.pl,1.1.2.4,1.1.2.5
From: |
Steve Tonnesen |
Subject: |
[Koha-cvs] CVS: koha/opac opac-main.pl,1.1.2.4,1.1.2.5 |
Date: |
Fri, 24 Jan 2003 09:15:02 -0800 |
Update of /cvsroot/koha/koha/opac
In directory sc8-pr-cvs1:/tmp/cvs-serv9631
Modified Files:
Tag: rel-1-2
opac-main.pl
Log Message:
Adds Koha version to opac main page.
Index: opac-main.pl
===================================================================
RCS file: /cvsroot/koha/koha/opac/opac-main.pl,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -C2 -r1.1.2.4 -r1.1.2.5
*** opac-main.pl 14 Nov 2002 22:14:52 -0000 1.1.2.4
--- opac-main.pl 24 Jan 2003 17:14:48 -0000 1.1.2.5
***************
*** 5,8 ****
--- 5,9 ----
use C4::Auth; # get_template_and_user
+ use C4::Context;
my $query = new CGI;
***************
*** 15,18 ****
--- 16,21 ----
flagsrequired => {borrow => 1},
});
+
+ $template->param(kohaversion => C4::Context->config('kohaversion'));
print $query->header(-cookie => $cookie), $template->output;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/opac opac-main.pl,1.1.2.4,1.1.2.5,
Steve Tonnesen <=