[TYPO3-dev] Generated Pagetree-Icons in Backend
Benno Weinzierl
benno_weinzierl at web.de
Thu Aug 27 11:06:16 CEST 2009
Hi List,
I am wondering how to get rid of the automatically generated
"oldschool"-Icons in the pagetree.
If i configure for example a shortcut with userrights including subpages the
icon is automatically generated in 3.8 skin style.
I looked into the t3skin sysext and the icons are there but not used. After
a little debugging i put this line in the code:
$PAGES_TYPES['4']['icon'] = 'sysext/t3skin/icons/gfx/i/pages_shortcut.gif';
(responsible method is t3lib_iconworks::getIcon)
the effect is the desired effekt (TYPO3 uses the icons from t3skin) but all
the shortcut-icons are stretched...
I dont understand this at all because i have the t3skin installed (latest
trunk-version of TYPO3). Why are the icons stretched and why are the icons
available but not used?
regards Benno
More information about the TYPO3-dev
mailing list