X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=help.pl;h=ff02bd92b6e6311da97574dc4090cd734b8f863d;hb=fce9a80026de7cd2eec2e7e7fe012d00a32b46c9;hp=402e7d5450e001e2a5d6e4c42422816fa910a3b2;hpb=d12cdc120d32f04a50f587342d41af107fbc5434;p=koha.git diff --git a/help.pl b/help.pl index 402e7d5450..ff02bd92b6 100755 --- a/help.pl +++ b/help.pl @@ -54,7 +54,7 @@ sub gethelptemplate { C4::Context->preference("intranetcolorstylesheet"), intranetstylesheet => C4::Context->preference("intranetstylesheet"), IntranetNav => C4::Context->preference("IntranetNav"), - yuipath => C4::Context->preference("yuipath"), + yuipath => (C4::Context->preference("yuipath") eq "local"?"/intranet-tmpl/$theme/$lang/lib/yui":C4::Context->preference("yuipath")), referer => $refer, ); return $template;