Bug #24198 » 16560-modmenu.patch
typo3/sysext/cms/layout/db_layout.php (working copy) | ||
---|---|---|
if (is_array($this->MOD_MENU[$table])) {
|
||
unset ($this->MOD_MENU[$table]);
|
||
}
|
||
if (is_array($tableSettings)) {
|
||
if (is_array($tableSettings) && count($tableSettings) > 1) {
|
||
foreach ($tableSettings as $key => $settings) {
|
||
$this->MOD_MENU[$table][$key] = $LANG->sL($settings['MENU']);
|
||
}
|
- « Previous
- 1
- 2
- Next »