I did but it got the same result...
in my album.php i add:
<div id="search">
<?php
$album_list = array($_zp_current_album->name);
printSearchForm(NULL, 'search', NULL, 'Seach album', NULL, NULL, $album_list);
?>
while in my template-function.php i have:
function printSearchForm($prevtext=NULL, $id='search', $buttonSource=NULL, $buttontext='', $iconsource=NULL, $query_fields=NULL, $album_list =NULL)
am i in the right way?