Hey Bčr,<a href="http://drupal.org/project/sympal_theme">Sympal Theme</a> is exactlywhat you want to make. The only difference? it already exists!I just wanted to give it a try out, and got an error pointing me to the first line of "search_form.tpl.php".It has this:<code>print form_render($form);</code>Which I had to change to the following to get it to work:<code>print search_box;</code>I'm still pretty new to Drupal, is this an error, old code, or a function still to be defined?Bright RegardsJasonMR