Feature #21948 ยป tslib_fe-getPageAndRootline.patch
../../../../../typo3_src-4.3.0/typo3/sysext/cms/tslib/class.tslib_fe.php 2010-01-12 15:18:04.531369711 +0100 | ||
---|---|---|
$this->id = $this->page['uid'];
|
||
}
|
||
if (is_array($this->TYPO3_CONF_VARS['SC_OPTIONS']['tslib/class.tslib_fe.php']['getPageAndRootline'])) {
|
||
$params = array('config' => &$this->config['config']);
|
||
foreach ($this->TYPO3_CONF_VARS['SC_OPTIONS']['tslib/class.tslib_fe.php']['getPageAndRootline'] as $funcRef) {
|
||
t3lib_div::callUserFunction($funcRef, $params, $this);
|
||
}
|
||
}
|
||
// Gets the rootLine
|
||
$this->rootLine = $this->sys_page->getRootLine($this->id,$this->MP);
|
||