[Koha-cvs] CVS: koha/C4 Output.pm,1.37,1.38

Ambrose Li acli at users.sourceforge.net
Sun Jan 26 05:37:20 CET 2003


Update of /cvsroot/koha/koha/C4
In directory sc8-pr-cvs1:/tmp/cvs-serv2963/C4

Modified Files:
	Output.pm 
Log Message:
Temporary patch for bug 182


Index: Output.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Output.pm,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -r1.37 -r1.38
*** Output.pm	19 Jan 2003 06:13:27 -0000	1.37
--- Output.pm	26 Jan 2003 04:37:17 -0000	1.38
***************
*** 95,99 ****
  				   path              => ["$htdocs/$theme/$lang/includes"]);
  
!     $template->param(themelang => "/$theme/$lang",
      							theme => $theme,
  							lang => $lang);
--- 95,100 ----
  				   path              => ["$htdocs/$theme/$lang/includes"]);
  
!     # XXX temporary patch for Bug 182 for themelang
!     $template->param(themelang => ($opac ne 'intranet'? '/opac-tmpl': '/intranet-tmpl') . "/$theme/$lang",
      							theme => $theme,
  							lang => $lang);





More information about the Koha-cvs mailing list