Search box in page tpl php

Category
drupal, search
Date Created
28th Oct 2009
Last Updated
9th Jul 2010

Search box in page tpl php

Question

How to set-up a search box within page.tpl.php?

Answer


<?php if (!empty($search_box)): ?>
<div id="search-box"><?php print $search_box; ?></div>
<?php endif; ?>

Related terms