[TYPO3-core] RFC: #8076: New workspace icon for t3skin

Steffen Kamper steffen at sk-typo3.de
Wed Apr 9 20:36:59 CEST 2008


"Ernesto Baschny [cron IT]" <ernst at cron-it.de> schrieb im Newsbeitrag 
news:mailman.1.1207765465.22889.typo3-team->
> It is just not being used in the "Workspace" menu item in the "User tool" 
> section in the left menubar. Any special reason why?
>

didn't noticed before.

Reason is that in class.modulemenu.php the icon is rendered this way:

$icon['html']     = '<img src="'.$iconFileRelative.'" '.$iconSizes[3].' 
title="'.htmlspecialchars($iconTitle).'" 
alt="'.htmlspecialchars($iconTitle).'" />';

so there is no possibility to override it by skin extension. Should go in 
extra BT entry.

vg Steffen 




More information about the TYPO3-team-core mailing list