X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=help.pl;h=ff02bd92b6e6311da97574dc4090cd734b8f863d;hb=0865bd7727a69edadb4fb22d02321447fce14b37;hp=09dc8de95096682d1aac8400088c2393c93ab354;hpb=88b2c19a25eeb9fa1a201076f3b88d421c192a5c;p=koha.git diff --git a/help.pl b/help.pl index 09dc8de950..ff02bd92b6 100755 --- 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;