View | Details | Raw Unified | Return to bug 10052
Collapse All | Expand All

(-)a/help.pl (-2 / +5 lines)
Lines 55-60 unless ( -e "$htdocs/$theme/$lang/modules/$from" ) { Link Here
55
}
55
}
56
56
57
my $template = C4::Templates::gettemplate($from, 'intranet', $query);
57
my $template = C4::Templates::gettemplate($from, 'intranet', $query);
58
$template->param( referer => $refer );
58
$template->param(
59
    referer => $refer,
60
    intranetstylesheet => C4::Context->preference("intranetstylesheet"),
61
    intranetcolorstylesheet => C4::Context->preference("intranetcolorstylesheet"),
62
);
59
63
60
output_html_with_http_headers $query, "", $template->output;
64
output_html_with_http_headers $query, "", $template->output;
61
- 

Return to bug 10052