template_name => "opac-illrequests.tt",
query => $query,
type => "opac",
authnotrequired => ( C4::Context->preference("OpacPublic") ? 1 : 0 ),
authnotrequired => 0,
});
# Are we able to actually work?
-