X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=opac%2Fopac-main.pl;h=7c6ee363f6e029366855520939cb125f7647b0ab;hb=b6ee7431b5db2b7a199f09175a82c89c4cd95a31;hp=c716c605507cc166d14900f6517d07f65c52f595;hpb=be12aa96094ab003949c78e8246db56027931cac;p=koha_fer 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;