@@ -, +, @@ UNIMARC --- authorities/authorities-home.pl | 2 ++ authorities/detail.pl | 2 ++ .../prog/en/includes/authorities-search.inc | 6 +++--- 3 files changed, 7 insertions(+), 3 deletions(-) --- a/authorities/authorities-home.pl +++ a/authorities/authorities-home.pl @@ -177,5 +177,7 @@ $template->param( authtypesloop => \@authtypesloop, ); +$template->{VARS}->{marcflavour} = C4::Context->preference("marcflavour"); + # Print the page output_html_with_http_headers $query, $cookie, $template->output; --- a/authorities/detail.pl +++ a/authorities/detail.pl @@ -242,5 +242,7 @@ $template->param(authid => $authid, authtypetext => $authtypes->{$authtypecode}{'authtypetext'}, authtypesloop => \@authtypesloop, ); + +$template->{VARS}->{marcflavour} = C4::Context->preference("marcflavour"); output_html_with_http_headers $query, $cookie, $template->output; --- a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search.inc @@ -8,7 +8,7 @@