By brewthis on
I guess this is not restricted to the search-box but in my page.tpl.php I have several calls like this:
<?php if ($search_box): ?>
<div id="search-box">
<?php print $search_box; ?>
</div>
<?php endif; ?>Say I need to edit the contents of this $search_box, where/how do I do this?
Thanks!
Comments
You'll need to write a custom module.
You'll need to write a custom module. See safari search for an example. It's not too hard, here's the entire module: