From: Christian Weiske Date: Thu, 25 Sep 2025 14:39:10 +0000 (+0200) Subject: (no commit message) X-Git-Url: https://git.cweiske.de/paste/934.git/commitdiff_plain/refs/heads/master --- 0ff72222771d79779b9e6e01bbf8f59f40e4485a diff --git a/phork0.php b/phork0.php new file mode 100644 index 0000000..02124ef --- /dev/null +++ b/phork0.php @@ -0,0 +1,14 @@ + 'tt_content', + 'source' => $elementId, + 'dontCheckPid' => 1, +]; +$html = GeneralUtility::makeInstance( + RecordsContentObject::class, $GLOBALS['TSFE']->cObj +)->render($conf); + +