[TYPO3] How to remove page icon next to indexed search results

Robert Wuergler typo3 at wuergler-consulting.ch
Mon Oct 22 08:09:44 CEST 2007


Katja Lampela schrieb:
> Hello Andrew
> 
> plugin.tx_indexedsearch {
>  iconRendering = CASE
>  iconRendering {
>   key.current = 1
>   html = TEXT
>   html.value = HtmL
>   default = TEXT
>   default.value = TYPO3 pages
>  }
> }
> 
> This is the default setup code of the indexed search and putting this into 
> the page template setup field takes icons away and adds the "TYPO3 pages" 
> text; you can ofcourse leave the field empty. Don't ask me why this doesn't 
> come true anyway, since it is the default setup (maybe there is something in 
> the setup still or in my template that reverses this default)

Because it is commented out in the default setup ...

Another possibility would be to change icon, if it's only the icon that
doesn't fit, e. g.:
/typo3/sysext/indexed_search/pi/res/pages.gif

Robert


More information about the TYPO3-english mailing list