diff --git a/src/view/layout/PHUICurtainView.php b/src/view/layout/PHUICurtainView.php --- a/src/view/layout/PHUICurtainView.php +++ b/src/view/layout/PHUICurtainView.php @@ -19,9 +19,9 @@ $panel = new PHUICurtainPanelView(); $this->addPanel($panel); - // By default, application panels go at the bottom of the curtain, below + // By default, application panels go at the top of the curtain, above // extension panels. - $panel->setOrder(100000); + $panel->setOrder(1000); return $panel; }