Index: typo3/sysext/about/mod/index.php =================================================================== --- typo3/sysext/about/mod/index.php (revision 10272) +++ typo3/sysext/about/mod/index.php (working copy) @@ -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='

' . $LANG->getLL('welcome', TRUE) . '

-

'.$minorText.'

+

' . $minorText . '

-

'.$GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_mod_help_about.xml:community_credits', true).'

-

'.$GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_mod_help_about.xml:information_detail').'

+

'. $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_mod_help_about.xml:community_credits', true) . '

+

'. $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_mod_help_about.xml:information_detail') . '

@@ -120,11 +113,30 @@
-

'.$GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_mod_help_about.xml:extension_authors', true).'

-

'.$GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_mod_help_about.xml:extension_list_info', true).'

-
'.$this->getExtensionAuthors().' +

' . $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_mod_help_about.xml:external_libraries', true) . '

+

' . $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_mod_help_about.xml:external_thanks', true) . '

+
+ + + + + + + + + + + + +
Audio player Pluginwww.1pixelout.net
CodeMirrorcodemirror.net
ExtJSwww.sencha.com
JSMinwww.crockford.com
Modernizrwww.modernizr.com
Prototype JavaScript frameworkwww.prototypejs.org
RemoveXSSquickwired.com
script.aculo.usscript.aculo.us
SWFUploadwww.swfupload.org
Swift Mailerswiftmailer.org
+ +
+

' . $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_mod_help_about.xml:extension_authors', true) . '

+

' . $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_mod_help_about.xml:extension_list_info', true) . '

+
' . $this->getExtensionAuthors() . '
+
'; // Renders the module page @@ -149,12 +161,12 @@ * @return string list of extensions authors and their e-mail */ function getExtensionAuthors() { - $content = ''; + $content = '
'.$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).'
'; $loadedExtensions = $GLOBALS['TYPO3_LOADED_EXT']; foreach ($loadedExtensions as $extensionKey => $extension) { if (is_array($extension) && $extension['type'] != 'S') { - $emconfPath = PATH_site.$extension['siteRelPath'].'ext_emconf.php'; + $emconfPath = PATH_site . $extension['siteRelPath'].'ext_emconf.php'; include($emconfPath); $emconf = $EM_CONF['']; // ext key is not set when loading the ext_emconf.php directly @@ -164,7 +176,7 @@ } } - $content.= '
' . $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) . '
'; + $content .= ''; return $content; } @@ -176,16 +188,6 @@ } - - - - - - - - - - // Make instance: $SOBE = t3lib_div::makeInstance('SC_mod_help_about_index'); $SOBE->main(); Index: typo3/sysext/lang/locallang_mod_help_about.xml =================================================================== --- typo3/sysext/lang/locallang_mod_help_about.xml (revision 10272) +++ typo3/sysext/lang/locallang_mod_help_about.xml (working copy) @@ -21,6 +21,10 @@ + + + +