Index: typo3/index.php =================================================================== --- typo3/index.php (revision 7555) +++ typo3/index.php (working copy) @@ -184,6 +184,8 @@ $TBE_TEMPLATE->bodyTagAdditions = ' onload="startUp();"'; $TBE_TEMPLATE->moduleTemplate = $TBE_TEMPLATE->getHtmlTemplate('templates/login.html'); + $TBE_TEMPLATE->getPageRenderer()->loadExtJS(); + // Set JavaScript for creating a MD5 hash of the password: $TBE_TEMPLATE->JScode.= $this->getJScode(); @@ -580,7 +582,7 @@ '###CONTENT###' => trim($newsItem['content']), '###CLASS###' => $additionalClass ); - + $count++; $newsItemContent .= t3lib_parsehtml::substituteMarkerArray($newsItemTemplate, $newsItemMarker); }