koha-cvs
[Top][All Lists]
Advanced

[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);




reply via email to

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