X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;ds=sidebyside;f=authorities%2Fauthorities-home.pl;h=d687c7803344559fc61d1900f69ef0e7906edac3;hb=7bc4a6025b5e87457504fedf9e5324ac530f6547;hp=e4eae8474940186960cca1a5ad478c4295248662;hpb=f098258e8cf2d616c6bbc35e44c6a1df47be8517;p=srvgit diff --git a/authorities/authorities-home.pl b/authorities/authorities-home.pl index e4eae84749..d687c78033 100755 --- a/authorities/authorities-home.pl +++ b/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;