Revert "Make sure we have send more then just the <HEAD> of the document"
authorMichael J. Rubinsky <mrubinsk@horde.org>
Mon, 15 Feb 2010 21:12:51 +0000 (16:12 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Mon, 15 Feb 2010 21:12:51 +0000 (16:12 -0500)
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.

ansel/view.php

index 5c6b653..1740fbb 100644 (file)
@@ -46,7 +46,7 @@ try {
 
 $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';