Posted by adoumas on October 27, 2012 at 11:07pm
Does anyone knows how i can theme the output of ds search?
now prints raw nodes and i want the result to be on a unorder list or like a view output.
example
<ul class="results">
<li class="first">
<div class="node....">....</div>
</li>
<li class="">
<div class="node....">....</div>
</li>
etc
</ul>thx