Project

General

Profile

Feature #21788 » 12909_02-cleanup-intro.patch

Administrator Admin, 2009-12-28 00:45

View differences:

typo3/alt_intro.php (working copy)
// end text: 'Features may vary depending on your website and permissions'
$this->content.='<p class="c-features"><em>('.$LANG->getLL('endText').')</em></p>';
$this->content.='<hr />';
$this->content .= '<br />';
// Logged in user, eg: 'You're logged in as user: admin (John Doe, john@doe.email)'
$this->content.='<p class="c-user">'.
htmlspecialchars($LANG->getLL('userInfo')).
sprintf(' <strong>%s</strong> (%s)',
htmlspecialchars($BE_USER->user['username']),
htmlspecialchars(implode(', ',array($BE_USER->user['realName'],$BE_USER->user['email'])))
).
'</p>
<br />
<br />';
// End page
$this->content.= $TBE_TEMPLATE->endPage();
}
(2-2/2)