To have the search form i place this code in my inc-header.php file.
`
<?php if (getOption('Allow_search')) { printSearchForm("","search","",gettext("Search"),"$_zp_themeroot/images/search/search-drop.png"); } ?>
`
of course, you have to make a search.php page like this one :
`http://www.zenphoto.org/news/theming-tutorial#searchphp`
Laurent