Jump to content


Ech0_Phyb3r

Member Since 09 Oct 2014
Offline Last Active Oct 19 2014 01:59 PM
-----

Posts I've Made

In Topic: Need help to remove Category title above top menu module

10 October 2014 - 07:34 PM

This is the only code contained in that file 

 

{if $MENU != ''}

</div>
 
<!-- Menu -->
<div class="sf-contener span12">
<ul class="sf-menu clearfix">
{$MENU}
{if $MENU_SEARCH}
<li class="sf-search noBack" style="float:right">
<form id="searchbox" action="{$link->getPageLink('search')|escape:'html'}" 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" name="search_query" value="{if isset($smarty.get.search_query)}{$smarty.get.search_query|escape:'htmlall':'UTF-8'}{/if}" />
</p>
</form>
</li>
{/if}
</ul>
 
<!--/ Menu -->
{/if} 
 
 
Don't see the coding that I need to remove?