Hi,
I'm using Drupal 5.2 with Siberia theme. I want to print the Search Form on top the header. Search module is enabled. I'm editing the page.tpl.php to achieve this. The code can be seen at http://pastebin.com/m2c627976 I added <?php print <http://www.php.net/print> $search_box; ?> to line #113
The Search Form doesn't appear on the page. How can I fix this?
The Search Form appears when I set it to display in any block(admin/build/block)