Bug 8271 teach SIPServer.pm to set its own lib path
[koha.git] / authorities / authorities-home.pl
index e4eae84..d687c78 100755 (executable)
@@ -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;