Fix kohastructure for deletedborrowers
[koha.git] / help.pl
diff --git a/help.pl b/help.pl
index 09dc8de..ff02bd9 100755 (executable)
--- a/help.pl
+++ b/help.pl
@@ -54,6 +54,7 @@ sub gethelptemplate {
           C4::Context->preference("intranetcolorstylesheet"),
         intranetstylesheet => C4::Context->preference("intranetstylesheet"),
         IntranetNav        => C4::Context->preference("IntranetNav"),
+               yuipath => (C4::Context->preference("yuipath") eq "local"?"/intranet-tmpl/$theme/$lang/lib/yui":C4::Context->preference("yuipath")),
         referer            => $refer,
     );
     return $template;