koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha help.pl,1.1,1.1.2.1


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha help.pl,1.1,1.1.2.1
Date: Tue, 31 May 2005 08:30:49 -0700

Update of /cvsroot/koha/koha
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20440

Modified Files:
      Tag: rel_2_2
        help.pl 
Log Message:
fixing bug with nohelp.tmpl for other template than default

Index: help.pl
===================================================================
RCS file: /cvsroot/koha/koha/help.pl,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -r1.1 -r1.1.2.1
*** help.pl     3 Jun 2004 10:22:59 -0000       1.1
--- help.pl     31 May 2005 15:30:45 -0000      1.1.2.1
***************
*** 30,34 ****
        unless (-e "$htdocs/$theme/$lang/$tmplbase") {
                $tmplbase="help/nohelp.tmpl";
!               my ($theme, $lang) = themelanguage($htdocs, $tmplbase, 
"intranet");
        }
        my $template = HTML::Template->new(filename      => 
"$htdocs/$theme/$lang/$tmplbase",
--- 30,34 ----
        unless (-e "$htdocs/$theme/$lang/$tmplbase") {
                $tmplbase="help/nohelp.tmpl";
!               ($theme, $lang) = themelanguage($htdocs, $tmplbase, "intranet");
        }
        my $template = HTML::Template->new(filename      => 
"$htdocs/$theme/$lang/$tmplbase",




reply via email to

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