0

I want to modify the content which is marked into the div with the class "tx-indexedsearch-whatis". I searched for this div in the standard template file and I did not find it. I guess the mark code is somewhere in a .php file or in a typoscript file in the extension directory.

Where does indexed_search mark things in the div.tx-indexedsearch-whatis?

Tomkay
  • 5,120
  • 21
  • 60
  • 92

1 Answers1

3

The DIV is prepared in pi1/class.tx_indexedsearch.php around line 702.

The text itself comes from tellUsWhatIsSeachedFor() around line 1785 and has a StdWrap available in whatis_stdWrap.

I hope this helps for manipulating the content.

konsolenfreddy
  • 9,551
  • 1
  • 25
  • 36