Bug #20628 » bug11354_1.diff
typo3_src_trunk/typo3/mod/tools/em/class.em_index.php 2009-06-19 13:16:52.000000000 +0400 | ||
---|---|---|
$MOD_SETTINGS = t3lib_BEfunc::getModuleData($MOD_MENU, t3lib_div::_GP('SET'), 'xMod_test');
|
||
// Resetting the menu (stop)
|
||
if (count($MOD_MENU)>1) {
|
||
if (count($MOD_MENU['constant_editor_cat']) > 1) {
|
||
$menu = 'Category: '.t3lib_BEfunc::getFuncMenu(0,'SET[constant_editor_cat]',$MOD_SETTINGS['constant_editor_cat'],$MOD_MENU['constant_editor_cat'],'','&CMD[showExt]='.$extKey);
|
||
$this->content.=$this->doc->section('','<span class="nobr">'.$menu.'</span>');
|
||
$this->content.=$this->doc->spacer(10);
|
- « Previous
- 1
- 2
- 3
- Next »