TYPO3 CMS  TYPO3_6-2
index.php
Go to the documentation of this file.
1 <?php
15 $SOBE = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('TYPO3\\CMS\\Tstemplate\\Controller\\TypoScriptTemplateModuleController');
16 /* @var $SOBE SC_mod_web_ts_index */
17 $SOBE->init();
18 // Include files?
19 foreach ($SOBE->include_once as $INC_FILE) {
20  include_once $INC_FILE;
21 }
22 // Checking for first level external objects
23 $SOBE->checkExtObj();
24 $SOBE->clearCache();
25 $SOBE->main();
26 $SOBE->printContent();
$SOBE
Definition: index.php:43