Project

General

Profile

Bug #20628 » bug11354.diff

Administrator Admin, 2009-06-18 19:28

View differences:

typo3_src_trunk/typo3/mod/tools/em/class.em_index.php 2009-06-18 21:16:13.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);
(1-1/3)