X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=opac%2Fopac-main.pl;h=7c6ee363f6e029366855520939cb125f7647b0ab;hb=bf9eccfeb8069c1b258916c1916138b6317122da;hp=c716c605507cc166d14900f6517d07f65c52f595;hpb=33113e69c0eb2faccceb917ce19e26225259df8d;p=srvgit diff --git a/opac/opac-main.pl b/opac/opac-main.pl index c716c60550..7c6ee363f6 100755 --- a/opac/opac-main.pl +++ b/opac/opac-main.pl @@ -65,4 +65,8 @@ if (C4::Context->preference('GoogleIndicTransliteration')) { $template->param('GoogleIndicTransliteration' => 1); } +if (C4::Context->preference('OPACNumbersPreferPhrase')) { + $template->param('numbersphr' => 1); +} + output_html_with_http_headers $input, $cookie, $template->output;