[TYPO3-test] t3lib_pageSelect::getMenu
Carsten Kleinfeld
max at ltitu.de
Fri Mar 31 10:00:47 CEST 2006
Hi List!
I just tried to get the subpages of the actual page with:
function main($content,$conf) {
$subpages=t3lib_pageSelect::getMenu($GLOBALS["TSFE"]->id);
$out.= t3lib_div::view_array($subpages);
return $out;
}
But I get this error :
Fatal error: Call to undefined function: getmountpointinfo() in
/typo3_src-3.8.1/t3lib/class.t3lib_page.php on line 407
Is this a bug or what is my fault ?
My installation is typo3 3.8.1 on a linux machine.
More information about the TYPO3-test
mailing list