Added comments to ILS-DI code
[koha_fer] / opac / opac-main.pl
index 5a56db0..1f4d8d5 100755 (executable)
@@ -56,4 +56,9 @@ $template->param(
     koha_news_count => $koha_news_count
 );
 
+# If GoogleIndicTransliteration system preference is On Set paramter to load Google's javascript in OPAC search screens 
+if (C4::Context->preference('GoogleIndicTransliteration')) {
+        $template->param('GoogleIndicTransliteration' => 1);
+}
+
 output_html_with_http_headers $input, $cookie, $template->output;