Bug #21130 » 0012046.patch
t3lib/class.t3lib_tsfebeuserauth.php (Arbeitskopie) | ||
---|---|---|
if (isset($this->extAdminConfig['enable.'])) {
|
||
foreach($this->extAdminConfig['enable.'] as $key => $value) {
|
||
if ($value) {
|
||
$GLOBALS['TSFE']->includeTCA();
|
||
$this->adminPanel = t3lib_div::makeInstance('tslib_AdminPanel');
|
||
$this->extAdmEnabled = true;
|
||
typo3/sysext/t3skin/ext_tables.php (Arbeitskopie) | ||
---|---|---|
<?php
|
||
if (!defined ('TYPO3_MODE')) die ('Access denied.');
|
||
if (TYPO3_MODE=='BE') {
|
||
if (TYPO3_MODE == 'BE' || TYPO3_MODE == 'FE' && isset($GLOBALS['BE_USER']) && $GLOBALS['BE_USER']->isFrontendEditingActive()) {
|
||
// Support for other extensions to add own icons...
|
||
$presetSkinImgs = is_array($TBE_STYLES['skinImg']) ?
|
typo3/sysext/t3skin/ext_emconf.php (Arbeitskopie) | ||
---|---|---|
'priority' => '',
|
||
'loadOrder' => '',
|
||
'module' => '',
|
||
'doNotLoadInFE' => 1,
|
||
'doNotLoadInFE' => 0,
|
||
'state' => 'stable',
|
||
'internal' => 0,
|
||
'uploadfolder' => 0,
|