Bug #19202 » less_js_follow_up.diff
typo3/classes/class.modulemenu.php (working copy) | ||
---|---|---|
}
|
||
$moduleLink = t3lib_div::resolveBackPath($moduleLink);
|
||
$moduleKey = $moduleName.'_tab';
|
||
$moduleKey = 'modmenu_' . $moduleName;
|
||
$moduleIcon = $this->getModuleIcon($moduleKey);
|
||
if($moduleLink && $moduleNavigationFramePrefix) {
|
||
... | ... | |
$modules[$moduleKey] = array(
|
||
'name' => $moduleName,
|
||
'title' => $GLOBALS['LANG']->moduleLabels['tabs'][$moduleKey],
|
||
'title' => $GLOBALS['LANG']->moduleLabels['tabs'][$moduleName . '_tab'],
|
||
'onclick' => 'top.goToModule(\''.$moduleName.'\');',
|
||
'icon' => $moduleIcon,
|
||
'link' => $moduleLink,
|
- « Previous
- 1
- 2
- Next »