From 47fcb645279b258ba6413416e5d5c0f1d71d844e Mon Sep 17 00:00:00 2001 From: acli Date: Sun, 26 Jan 2003 04:37:17 +0000 Subject: [PATCH] Temporary patch for bug 182 --- C4/Output.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/C4/Output.pm b/C4/Output.pm index 2fa88d1b16..6d61bb9d9a 100644 --- a/C4/Output.pm +++ b/C4/Output.pm @@ -94,7 +94,8 @@ sub gettemplate { global_vars => 1, path => ["$htdocs/$theme/$lang/includes"]); - $template->param(themelang => "/$theme/$lang", + # XXX temporary patch for Bug 182 for themelang + $template->param(themelang => ($opac ne 'intranet'? '/opac-tmpl': '/intranet-tmpl') . "/$theme/$lang", theme => $theme, lang => $lang); return $template; -- 2.20.1