Index: mod1/index.php =================================================================== --- mod1/index.php (revision 28665) +++ mod1/index.php (working copy) @@ -481,7 +481,7 @@ $this->handleIncomingCommands(); // Start creating HTML output - $this->content .= $this->doc->startPage($LANG->getLL('title')); + $render_editPageScreen = true; @@ -611,6 +611,7 @@ $this->content.=$LANG->getLL('default_introduction'); } } + $this->content = $this->doc->startPage($LANG->getLL('title')) . $this->content; $this->content.=$this->doc->endPage(); }