To get "Your search for <%query%> returned <%cat_hits%> and <%link_hits%>!" to be more aesthetically pleasing, use the following tags in search_ results.html
<small>Your search for<b> <%query%> </b>returned
<%if cat_hits%>
<strong><%cat_hits%></strong> Categories and
<%endif%>
<%if link_hits%>
<strong><%link_hits%></strong> Link(s).</small>
<%endif%>
This prevents something like this showing..
Your search for music returned 0 Categories and 1 link!
..it will just show (if there are no Category hits)...
Your search for music returned1 link(s)!
Paul Wilson.
(Dont blame me if I'm wrong!)
<small>Your search for<b> <%query%> </b>returned
<%if cat_hits%>
<strong><%cat_hits%></strong> Categories and
<%endif%>
<%if link_hits%>
<strong><%link_hits%></strong> Link(s).</small>
<%endif%>
This prevents something like this showing..
Your search for music returned 0 Categories and 1 link!
..it will just show (if there are no Category hits)...
Your search for music returned1 link(s)!
Paul Wilson.

(Dont blame me if I'm wrong!)