TYPO3 CMS  TYPO3_6-2
alt_clickmenu.php
Go to the documentation of this file.
1 <?php
28 require __DIR__ . '/init.php';
29 
30 $clickMenuController = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('TYPO3\\CMS\\Backend\\Controller\\ClickMenuController');
31 
36 foreach ($SOBE->include_once as $INC_FILE) {
37  include_once $INC_FILE;
38 }
39 
40 $clickMenuController->main();
41 $clickMenuController->printContent();
$clickMenuController
$SOBE
Definition: db_layout.php:121