Is it possible to assign [-- SearchString --] to a VAR on the Search Template?
Something along the following lines that could display a different graphic based on a keyword entered?
[-- VAR.banner SearchString --]
[ -- IF VAR.banner "book" <--- book as an example of keyword searched for
<img src="http://mydomain.com/banner1.gif" width="1" height="1" alt="" />
[-- ELSE --]
[-- END_IF --]
Thanks
Tom