X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=opac%2Fopac-main.pl;h=7c6ee363f6e029366855520939cb125f7647b0ab;hb=568f32606c2c9c247b2b477193a2d6814f738fa6;hp=c716c605507cc166d14900f6517d07f65c52f595;hpb=2d3bb6e1d4fb6f3d270cf2c5aa467bedaa9d3e34;p=koha.git 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;