Project

General

Profile

Bug #22374 » index.php.0013996.diff

Administrator Admin, 2010-04-03 15:13

View differences:

typo3/sysext/about/mod/index.php (working copy)
$minorText = sprintf($LANG->getLL('minor'), 'TYPO3 Ver. '.htmlspecialchars(TYPO3_version).', Copyright © '.htmlspecialchars(TYPO3_copyright_year), 'Kasper Skårhøj');
$logo = '<img src="' . $BACK_PATH . 'gfx/typo3logo.gif" width="123" height="34" vspace="10" alt="' . $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_mod_help_about.xml:typo3_logo', true) . '" />';
// overwrite with custom logo
if($GLOBALS['TBE_STYLES']['logo_login']) {
$imgInfo = @getimagesize(t3lib_div::resolveBackPath(PATH_typo3 . $GLOBALS['TBE_STYLES']['logo_login'], 3));
$logo = '<img src="' . $BACK_PATH . $GLOBALS['TBE_STYLES']['logo_login'] . '" ' . $imgInfo[3] . ' vspace="10" alt="' . $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_mod_help_about.xml:typo3_logo', true) . '" />';
}
$content='
<div id="typo3-mod-help-about-index-php-outer">
<img src="'.$BACK_PATH.'gfx/typo3logo.gif" width="123" height="34" vspace="10" alt="'.$GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_mod_help_about.xml:typo3_logo', true).'" />
' . $logo . '
<div class="typo3-mod-help-about-index-php-inner">
<h2>'.$GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_mod_help_about.xml:information', true).'</h2>
<h3>'.$LANG->getLL('welcome',1).'</h3>
(1-1/2)