Adding yuipath variable to help.pl, and doing some cleanup of help templates (standar...
[koha.git] / help.pl
diff --git a/help.pl b/help.pl
index 09dc8de..402e7d5 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"),
         referer            => $refer,
     );
     return $template;