TYPO3 CMS  TYPO3_6-2
thumbs.php
Go to the documentation of this file.
1 <?php
21 require __DIR__ . '/init.php';
22 
23 // Make instance:
24 $SOBE = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('TYPO3\\CMS\\Backend\\View\\ThumbnailView');
25 $SOBE->init();
26 $SOBE->main();
$SOBE
Definition: thumbs.php:24