|
TYPO3 API
SVNRelease
|
Go to the source code of this file.
Classes | |
| class | SC_index |
Namespaces | |
| namespace | TYPO3 |
Enumerations | |
| enum | TYPO3_PROCEED_IF_NO_USER |
Variables | |
| if(defined('TYPO3_MODE')&&isset($GLOBALS['TYPO3_CONF_VARS'][TYPO3_MODE]['XCLASS']['typo3/index.php'])) | $SOBE = t3lib_div::makeInstance('SC_index') |
Login-screen of TYPO3.
Revised for TYPO3 3.6 December/2003 by Kasper Skårhøj XHTML compliant
87: class SC_index 120: function init() 159: function main() 268: function printContent()
SECTION: Various functions 292: function makeLoginForm() 337: function makeLogoutForm() 379: function wrapLoginForm($content) 438: function checkRedirect() 495: function makeInterfaceSelectorBox() 549: function makeCopyrightNotice() 582: function makeLoginBoxImage() 622: function makeLoginNews()
TOTAL FUNCTIONS: 11 (This index is automatically created/updated by the extension "extdeveval")
| if (defined('TYPO3_MODE')&&isset($GLOBALS['TYPO3_CONF_VARS'][TYPO3_MODE]['XCLASS']['typo3/index.php'])) $SOBE = t3lib_div::makeInstance('SC_index') |
1.7.5.1