@@ -, +, @@ --- koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc +++ a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc @@ -196,7 +196,7 @@ [% ELSE %] [% END # /ms_se %] - [% IF ( numbersphr ) %] + [% IF ( Koha.Preference('OPACNumbersPreferPhrase') ) %] [% IF ( ms_callnum ) %] [% ELSE %] @@ -208,7 +208,7 @@ [% ELSE %] [% END # /ms_callnum %] - [% END # /numbersphr %] + [% END # /IF OPACNumbersPreferPhrase %] [% UNLESS ( Koha.Preference( 'OpacAddMastheadLibraryPulldown' ) == 1 ) %] --