(no commit message)
[paste/934.git] / phork0.php
1 <?php\r
2 use TYPO3\CMS\Core\Utility\GeneralUtility;\r
3 use TYPO3\CMS\Frontend\ContentObject\RecordsContentObject;\r
4 \r
5 $conf = [\r
6     'tables'       => 'tt_content',\r
7     'source'       => $elementId,\r
8     'dontCheckPid' => 1,\r
9 ];\r
10 $html = GeneralUtility::makeInstance(\r
11     RecordsContentObject::class, $GLOBALS['TSFE']->cObj\r
12 )->render($conf);\r
13 \r
14        \r