Hi, I'm trying to put language flags on the search position. I have read tutorial "Converting the search field to a module position" but in my header.php I have not this code:"<?php if($search_onoff == "1"

: ?>
<div id="search">
<?php echo $search; ?>
</div>
<?php endif; ?>
How can I do it?
Thanks.