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 |
- |
|
|