Hi,
I am currently theming the search results page for a website using custom_search. I chose to use
- /
- tags because the search is quite different, and does not follow the pattern definition term (dt) / definition description (dd).
But I just realize that custom_search appends a
- tag at the beginning of $search_results variable, and does not encapsulate it in a theme_ function. Which leads to my point : I am stuck with definition list
- for search results as soon as I am using custom_search. That is, from my point of view, a limitation.
Regards,
David
- tag at the beginning of $search_results variable, and does not encapsulate it in a theme_ function. Which leads to my point : I am stuck with definition list
Comments
Comment #1
David Stosik commentedOh, well... some tags got interpreted... Here is my original post:
Comment #2
jdanthinne commentedOk, I needed to rework all the theming thing.
Now, the filter is outside the definition list (dl) in its own div, and I'm using .tpl files to override the default search.
Please review the DEV version.
Comment #3
jdanthinne commented