[-] MO : fixed deprecated link in blocktopmenu (search form)

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16341 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
dMetzger
2012-07-11 13:32:15 +00:00
parent e0d1459701
commit 38cc37536d

View File

@@ -7,7 +7,8 @@
{$MENU}
{if $MENU_SEARCH}
<li class="sf-search noBack" style="float:right">
<form id="searchbox" action="search.php" method="get">
<form id="searchbox" action="{$link->getPageLink('search')}" method="get">
<input type="hidden" name="controller" value="search" />
<input type="hidden" value="position" name="orderby"/>
<input type="hidden" value="desc" name="orderway"/>
<input type="text" name="search_query" value="{if isset($smarty.get.search_query)}{$smarty.get.search_query|escape:'htmlall':'UTF-8'}{/if}" />