* @package TYPO3
* @subpackage core
*/
-/**
- * [CLASS/FUNCTION INDEX of SCRIPT]
- *
- *
- *
- * 71: class SC_login_frameset
- * 82: function main()
- * 108: function printContent()
- *
- * TOTAL FUNCTIONS: 2
- * (This index is automatically created/updated by the extension "extdeveval")
- *
- */
define('TYPO3_PROCEED_IF_NO_USER', 1);
require ('init.php');
require ('template.php');
*
* @return void
*/
- function main() {
+ function main() {
// Set doktype:
$GLOBALS['TBE_TEMPLATE']->docType='xhtml_frames';
*
* @return void
*/
- function printContent() {
+ function printContent() {
echo $this->content;
}
}
-
-if (defined('TYPO3_MODE') && isset($GLOBALS['TYPO3_CONF_VARS'][TYPO3_MODE]['XCLASS']['typo3/login_frameset.php'])) {
- include_once($GLOBALS['TYPO3_CONF_VARS'][TYPO3_MODE]['XCLASS']['typo3/login_frameset.php']);
-}
-
-
-
// Make instance:
$SOBE = t3lib_div::makeInstance('SC_login_frameset');
$SOBE->main();