On rajoute encore quelques modules
This commit is contained in:
22
modules/blocktopdropdownmenu/blocktopdropdownmenu.tpl
Normal file
22
modules/blocktopdropdownmenu/blocktopdropdownmenu.tpl
Normal file
@@ -0,0 +1,22 @@
|
||||
{if $MENU != ''}
|
||||
<!-- Menu -->
|
||||
<div id="block_top_menu" class="sf-contener clearfix col-lg-12">
|
||||
<div class="cat-title">{l s='Menu' mod='blocktopdropdownmenu'}</div>
|
||||
<ul class="sf-menu clearfix menu-content">
|
||||
{$MENU nofilter}
|
||||
{if $MENU_SEARCH}
|
||||
<li class="sf-search noBack" style="float:right">
|
||||
<form id="searchbox" action="{$link->getPageLink('search')|escape:'html':'UTF-8'}" method="get">
|
||||
<p>
|
||||
<input type="hidden" name="controller" value="search" />
|
||||
<input type="hidden" value="position" name="orderby"/>
|
||||
<input type="hidden" value="desc" name="orderway"/>
|
||||
<input type="text" class="mypresta_search_query" name="search_query" value="{if isset($smarty.get.search_query)}{$smarty.get.search_query|escape:'html':'UTF-8'}{/if}" />
|
||||
</p>
|
||||
</form>
|
||||
</li>
|
||||
{/if}
|
||||
</ul>
|
||||
</div>
|
||||
<!--/ Menu -->
|
||||
{/if}
|
||||
Reference in New Issue
Block a user