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

(-)a/opac/opac-main.pl (-1 / +1 lines)
Lines 63-69 $template->param( Link Here
63
    daily_quote         => $quote,
63
    daily_quote         => $quote,
64
);
64
);
65
65
66
# If GoogleIndicTransliteration system preference is On Set paramter to load Google's javascript in OPAC search screens
66
# If GoogleIndicTransliteration system preference is On Set parameter to load Google's javascript in OPAC search screens
67
if (C4::Context->preference('GoogleIndicTransliteration')) {
67
if (C4::Context->preference('GoogleIndicTransliteration')) {
68
        $template->param('GoogleIndicTransliteration' => 1);
68
        $template->param('GoogleIndicTransliteration' => 1);
69
}
69
}
(-)a/opac/opac-search.pl (-2 / +1 lines)
Lines 970-976 $template->param( Link Here
970
970
971
my $content_type = ($format eq 'rss' or $format eq 'atom') ? $format : 'html';
971
my $content_type = ($format eq 'rss' or $format eq 'atom') ? $format : 'html';
972
972
973
# If GoogleIndicTransliteration system preference is On Set paramter to load Google's javascript in OPAC search screens 
973
# If GoogleIndicTransliteration system preference is On Set parameter to load Google's javascript in OPAC search screens
974
if (C4::Context->preference('GoogleIndicTransliteration')) {
974
if (C4::Context->preference('GoogleIndicTransliteration')) {
975
        $template->param('GoogleIndicTransliteration' => 1);
975
        $template->param('GoogleIndicTransliteration' => 1);
976
}
976
}
977
- 

Return to bug 15613