This page is still a beta!

Filter options

Category

Search

Reset

Add snippet

If you would like to create a new snippet, please click here:

Add snippet

Add Icon to your CType

Author Tags Category Date
Steffen Kamper

25 snippets

BE, CType php July 27, 2008

When your extension adds a new CType, use 3rd parameter to add the icon for the type select.

  1. t3lib_extMgm::addPlugin(
  2. 'LLL:EXT:yourext/locallang_db.xml:tt_content.CType_pi1',
  3. $_EXTKEY.'_pi1',
  4. t3lib_extMgm::extRelPath($_EXTKEY).'ext_icon.gif'
  5. ),
  6. 'CType'
  7. );
Copy to Clipboard