Adding search box in a artisteer theme
enbilulu - October 29, 2009 - 12:11
I created a theme with artisteer software. But I want to add a search box to my theme. How can I do that?
search box like in Acquia Marina ( top right)
I created a theme with artisteer software. But I want to add a search box to my theme. How can I do that?
search box like in Acquia Marina ( top right)
Make sure the following
Make sure the following things are in your theme:
In yourtheme.info:
features[] = searchSomewhere in page.tpl.php:
<?php print $search_box; ?>Then, in Administer » Site building » Themes » Configure » Your theme, make sure the 'search box' checkbox is checked.
thank ou it works
thank ou it works