[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/opac changelanguage.pl,NONE,1.1
From: |
Paul POULAIN |
Subject: |
[Koha-cvs] CVS: koha/opac changelanguage.pl,NONE,1.1 |
Date: |
Mon, 16 Aug 2004 05:49:44 -0700 |
Update of /cvsroot/koha/koha/opac
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv558/opac
Added Files:
changelanguage.pl
Log Message:
moving language chooser to the main page.
moving the getalltemplates and getalllanguages subs out from Search.pm (that
will be deprecated soon) to Koha.pm
moving changelanguage.pl to OPAC scope
--- NEW FILE ---
#!/usr/bin/perl
use C4::Output;
use CGI;
my $query=new CGI;
my $language=$query->param('language');
my $url=$query->referer();
setlanguagecookie($query,$language,$url);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/opac changelanguage.pl,NONE,1.1,
Paul POULAIN <=
- Prev by Date:
[Koha-cvs] CVS: koha/opac opac-main.pl,1.13,1.14 opac-search.pl,1.17,1.18
- Next by Date:
[Koha-cvs] CVS: koha/C4 Koha.pm,1.21,1.22 Search.pm,1.91,1.92
- Previous by thread:
[Koha-cvs] CVS: koha/opac opac-main.pl,1.13,1.14 opac-search.pl,1.17,1.18
- Next by thread:
[Koha-cvs] CVS: koha/C4 Koha.pm,1.21,1.22 Search.pm,1.91,1.92
- Index(es):