Posted by enbilulu on October 29, 2009 at 12:11pm
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)
Comments
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
Hi, this link worked also:
Hi, this link worked also: http://www.djisystems.co.uk/content/how-add-search-box-header-drupal-6-a..., except they didn't tell you to enable the search_box on the theme.
thanks for telling me that!
greetings,
Martijn