Index: typo3/sysext/about/mod/index.php --- typo3/sysext/about/mod/index.php Base (BASE) +++ typo3/sysext/about/mod/index.php Locally Modified (Based On LOCAL) @@ -58,11 +58,6 @@ - - - - - /** * Script Class for the Help > About module * @@ -73,14 +68,12 @@ class SC_mod_help_about_index { // Internal, dynamic: - var $MCONF=array(); - var $MOD_MENU=array(); - var $MOD_SETTINGS=array(); + var $MCONF = array(); + var $MOD_MENU = array(); + var $MOD_SETTINGS = array(); var $content; - - /** * Main function, producing the module output. * In this case, the module output is a very simple screen telling the version of TYPO3 and that's basically it... @@ -99,19 +92,19 @@ #$TBE_TEMPLATE->bgColor = '#cccccc'; $TBE_TEMPLATE->backPath = $GLOBALS['BACK_PATH']; - $minorText = sprintf($LANG->getLL('minor'), 'TYPO3 Ver. '.htmlspecialchars(TYPO3_version).', Copyright © '.htmlspecialchars(TYPO3_copyright_year), 'Kasper Skårhøj'); + $minorText = sprintf($LANG->getLL('minor'), 'TYPO3 Ver. ' . htmlspecialchars(TYPO3_version) . ', Copyright © ' . htmlspecialchars(TYPO3_copyright_year), 'Kasper Skårhøj'); $content='
'.$minorText.'
+' . $minorText . '
'.$GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_mod_help_about.xml:information_detail').'
+'. $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_mod_help_about.xml:information_detail') . '
'.$GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_mod_help_about.xml:extension_list_info', true).'
-' . $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_mod_help_about.xml:external_thanks', true) . '
+Audio player Plugin | www.1pixelout.net |
CodeMirror | codemirror.net |
ExtJS | www.sencha.com |
JSMin | www.crockford.com |
Modernizr | www.modernizr.com |
Prototype JavaScript framework | www.prototypejs.org |
RemoveXSS | quickwired.com |
script.aculo.us | script.aculo.us |
SWFUpload | www.swfupload.org |
Swift Mailer | swiftmailer.org |
' . $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_mod_help_about.xml:extension_list_info', true) . '
+'.$GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_mod_help_about.xml:extension', true).' | '.$GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_mod_help_about.xml:extension_author', true).' |
---|
' . $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_mod_help_about.xml:extension', true) . ' | ' . $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_mod_help_about.xml:extension_author', true) . ' |
---|