By aeava on
Hi,
I'm trying to configure/theme search-result.tpl.php to include the fivestar rating.
I'm currently using fivestart 6.x-1.19
my search-reesult.tpl.php file includes:
<dt class="title">
<?php print $info_split['type']; ?>: <a href="<?php print $url; ?>"><?php print $title; ?></a><br />
</dt>
Any help appreciated.
Thanks in advance.
Comments
While I don't know the variable names offhand...
What I normally do in this situation is look at a contemplate (module) page template, list all the possible variables (part of the contemplate editing interface), then grab the variables I need and include it in my own template. Fairly painless.