From 0ff72222771d79779b9e6e01bbf8f59f40e4485a Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Thu, 25 Sep 2025 16:39:10 +0200 Subject: [PATCH] --- phork0.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 phork0.php 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); + + -- 2.30.2