Index: typo3/alt_intro.php =================================================================== --- typo3/alt_intro.php (revision 6623) +++ typo3/alt_intro.php (working copy) @@ -126,19 +126,8 @@ // end text: 'Features may vary depending on your website and permissions' $this->content.='

('.$LANG->getLL('endText').')

'; - $this->content.='
'; + $this->content.='

'; - // Logged in user, eg: 'You're logged in as user: admin (John Doe, john@doe.email)' - $this->content.='

'. - htmlspecialchars($LANG->getLL('userInfo')). - sprintf(' %s (%s)', - htmlspecialchars($BE_USER->user['username']), - htmlspecialchars(implode(', ',array($BE_USER->user['realName'],$BE_USER->user['email']))) - ). - '

-
-
'; - // End page $this->content.= $TBE_TEMPLATE->endPage(); }