Project

General

Profile

Bug #22602 ยป 14326.diff

Administrator Admin, 2010-05-07 02:18

View differences:

typo3/index.php (working copy)
$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();
......
'###CONTENT###' => trim($newsItem['content']),
'###CLASS###' => $additionalClass
);
$count++;
$newsItemContent .= t3lib_parsehtml::substituteMarkerArray($newsItemTemplate, $newsItemMarker);
}
    (1-1/1)