template_name => "opac-search-history.tt",
query => $cgi,
type => "opac",
authnotrequired => 1,
authnotrequired => ( C4::Context->preference("OpacPublic") ? 1 : 0 ),
flagsrequired => {borrowers => 1},
debug => 1,
}
-