34 $GLOBALS[
'LANG']->includeLLFile(
'EXT:lang/locallang_TYPO3\\CMS\\Recordlist\\Browser\\ElementBrowser.xlf');
35 $GLOBALS[
'LANG']->includeLLFile(
'EXT:rtehtmlarea/mod4/locallang.xlf');
36 $GLOBALS[
'LANG']->includeLLFile(
'EXT:rtehtmlarea/htmlarea/locallang_dialogs.xlf');
47 $altMountPoints = trim(
$GLOBALS[
'BE_USER']->getTSConfigVal(
'options.folderTree.altElementBrowserMountPoints'));
48 if ($altMountPoints) {
50 foreach ($altMountPoints as $filePathRelativeToFileadmindir) {
55 $browserRendered = FALSE;
56 if (is_array(
$GLOBALS[
'TYPO3_CONF_VARS'][
'SC_OPTIONS'][
'typo3/TYPO3\\CMS\\Recordlist\\Browser\\ElementBrowser.php'][
'browserRendering'])) {
57 foreach (
$GLOBALS[
'TYPO3_CONF_VARS'][
'SC_OPTIONS'][
'typo3/TYPO3\\CMS\\Recordlist\\Browser\\ElementBrowser.php'][
'browserRendering'] as $classRef) {
59 if (is_object($browserRenderObj) && method_exists($browserRenderObj,
'isValid') && method_exists($browserRenderObj,
'render')) {
60 if ($browserRenderObj->isValid($this->mode, $this)) {
61 $this->content .= $browserRenderObj->render($this->mode, $this);
62 $browserRendered = TRUE;
69 if (!$browserRendered) {
72 $modData =
$GLOBALS[
'BE_USER']->getModuleData(
'select_image.php',
'ses');
73 list($modData, $store) =
$GLOBALS[
'SOBE']->browser->processSessionData($modData);
74 $GLOBALS[
'BE_USER']->pushModuleData(
'select_image.php', $modData);
75 $this->content =
$GLOBALS[
'SOBE']->browser->main_rte();
static getUserObj($classRef, $checkPrefix='', $silent=FALSE)
static makeInstance($className)
static trimExplode($delim, $string, $removeEmptyValues=FALSE, $limit=0)
if(!defined('TYPO3_MODE')) $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_userauth.php']['logoff_pre_processing'][]