7 use C4::Interface::CGI::Output;
12 my ($template, $loggedinuser, $cookie)
13 = get_template_and_user({template_name => "reports/reports-home.tmpl",
17 flagsrequired => {permissions => 1},
20 output_html_with_http_headers $query, $cookie, $template->output;