Hi list,
i try for a while to get a local cObj to work in BE.
By doing
include_once(PATH_site.'typo3/sysext/cms/tslib/class.tslib_content.php');
$cObj=t3lib_div::makeInstance('tslib_cObj');
the object $GLOBALS['TSFE'] is not filled properly.
Do you have any hint how to do it ?
vg Steffen