From b4beb5ab24af20f1c2a6121d740191764173dbb1 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Tue, 9 Feb 2016 12:51:37 +0100 Subject: [PATCH 1/1] --- phork0.php | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 phork0.php diff --git a/phork0.php b/phork0.php new file mode 100644 index 0000000..7072ae0 --- /dev/null +++ b/phork0.php @@ -0,0 +1,9 @@ +pObj->id; +$rootLine = \TYPO3\CMS\Backend\Utility\BackendUtility::BEgetRootLine($pid); +$ts = new \TYPO3\CMS\Core\TypoScript\TemplateService(); +$ts->tt_track = false; +$ts->init(); +$ts->start($rootLine); +var_dump($ts->setup); +?> \ No newline at end of file -- 2.30.2