I use starter thème, i would like in header.tpl in folder _partial call the product search with glass?
How i do it with smarty ?
{block name='header_logo'} <a class="logo" href="{$urls.base_url}" title="{$shop.name}"> <img src="{$shop.logo}" alt="{$shop.name}"> </a> => display serach with glass ? {/block} {block name='header_top'} <div class="header-top"> {hook h='displayTop'} </div> {hook h='displayNavFullWidth'} {/block}
thank's for help