Index: typo3/sysext/cms/tslib/class.tslib_menu.php =================================================================== --- typo3/sysext/cms/tslib/class.tslib_menu.php (Revision 6576) +++ typo3/sysext/cms/tslib/class.tslib_menu.php (Arbeitskopie) @@ -2743,7 +2743,7 @@ $gifCreator->output($gifFileName); $gifCreator->destroy(); $imgMap=$gifCreator->map; - $this->sys_page->storeHash($imgHash, $imgMap, 'MENU IMAGEMAP'); + $this->sys_page->storeHash($imgHash, $imgMap, 'MENUIMAGEMAP'); } $imgMap.=$this->mconf['imgMapExtras'];