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

Paul POULAIN tipaul at users.sourceforge.net
Tue May 31 17:30:49 CEST 2005


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",





More information about the Koha-cvs mailing list