Community & Support

Adding search box in a artisteer theme

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[] = search

Somewhere 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

nobody click here