Cr*p - this breaks redirects in the List view. Going to have to revisit
the HTML output for all the views. addScriptFile and outputInlineScript seem
to misbehave when used in conjection with output buffering.
This reverts commit
d02caf6b50f8d1b793bf4306e95dd4c89fda8ad3.
$title = $view->getTitle();
require ANSEL_TEMPLATES . '/common-header.inc';
-require ANSEL_TEMPLATES . '/menu.inc';
$view_html = $view->html();
+require ANSEL_TEMPLATES . '/menu.inc';
echo $view_html;
require $registry->get('templates', 'horde') . '/common-footer.inc';