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)

Make sure the following

mverbaar - October 29, 2009 - 14:56

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

enbilulu - October 29, 2009 - 21:22

thank ou it works

 
 

Drupal is a registered trademark of Dries Buytaert.