Ox1010 template - kategorien navigation oben

hallo zusammen,
teste gerade das ox1010 template.
hier werden standarmäßig neben der üblichen navigation links auch oben ktegorien angezeigt (die ersten fünf).
diese würde ich gerne entfernen. leider greift hier nicht die einstellung aus dem adminbereich, sondern ist wohl irgendwo im template geregelt.
hoffe das mir an dieser stelle jemand (der das template kennt) sagen kann wo ich was entfernen muss.
vielen dank schonmal :wink:

teil1: (wohl uninteressant)


<html[{if $oView->getActiveLangAbbr()}] lang="[{ $oView->getActiveLangAbbr() }]"[{/if}]>
<head>
    [{assign var="_titlesuffix" value=$_titlesuffix|default:$oView->getTitleSuffix()}]
    [{assign var="title" value=$title|default:$oView->getTitle() }]
    <title>[{$oxcmp_shop->oxshops__oxtitleprefix->value}][{if $title}] | [{$title|strip_tags}][{/if}][{if $_titlesuffix}] | [{$_titlesuffix}][{/if}][{if $titlepagesuffix}] | [{$titlepagesuffix}][{/if}]</title>
    <meta http-equiv="Content-Type" content="text/html; charset=[{$charset}]">
    [{if $oView->noIndex() == 1 }]
    <meta name="ROBOTS" content="NOINDEX, NOFOLLOW">
    [{elseif $oView->noIndex() == 2 }]
    <meta name="ROBOTS" content="NOINDEX, FOLLOW">
    [{/if}]
    [{if $oView->getMetaDescription()}]<meta name="description" content="[{$oView->getMetaDescription()}]">[{/if}]
    [{if $oView->getMetaKeywords()}]<meta name="keywords" content="[{$oView->getMetaKeywords()}]">[{/if}]
    [{assign var="canonical_url" value=$oView->getCanonicalUrl()}]
    [{if $canonical_url }]<link rel="canonical" href="[{ $canonical_url }]">[{/if}]
    <link rel="shortcut icon" href="[{ $oViewConf->getBaseDir() }]favicon.ico">
		<link rel="stylesheet" type="text/css" href="[{ $oViewConf->getResourceUrl() }]oxid.css">
		<!--[if IE 6]><link rel="stylesheet" type="text/css" href="[{ $oViewConf->getResourceUrl() }]oxid_ie6.css"><![endif]-->
		<!--[if IE 7]><link rel="stylesheet" type="text/css" href="[{ $oViewConf->getResourceUrl() }]oxid_ie7.css"><![endif]-->
		<!--[if IE 8]><link rel="stylesheet" type="text/css" href="[{ $oViewConf->getResourceUrl() }]oxid_ie8.css"><![endif]-->
		<script src="[{ $oViewConf->getResourceUrl() }]mootools.js" type="text/javascript"></script>
		<script src="[{ $oViewConf->getResourceUrl() }]common.js" type="text/javascript"></script>
</head>
<body>
		

teil2:


		<script>var searchtext = '[{oxmultilang ident="INC_LEFTITEM_PRODUCTSEARCH"}]';</script>
		
		<div class="main_header">
			[{if $oView->isLanguageLoaded() || $oView->loadCurrency() }]
					<div class="header_language">
          [{if $oView->loadCurrency()}]
          [{foreach from = $oxcmp_cur item = _currency name=curr}]
              <a id="test_Curr_[{$_currency->name}]" class="currency[{if $smarty.foreach.curr.first}] sep[{/if}][{if $_currency->selected}] act[{/if}]" href="[{ oxgetseourl ident=$_currency->link params=$oView->getDynUrlParams() }]" rel="nofollow">[{ $_currency->name }]</a>
          [{/foreach}]
          
      		[{/if}]
      		<a></a>
      		[{if $oView->isLanguageLoaded() }]       		  			
          [{foreach from = $oxcmp_lang item = _language}]
              <a id="test_Lang_[{$_language->name}]" class="language[{if $_language->selected}] act[{/if}]" href="[{ $_language->link|oxaddparams:$oView->getDynUrlParams() }]" hreflang="[{ $_language->abbr }]" title="[{ $_language->name }]"><img src="[{$oViewConf->getImageUrl()}]lang/[{ $_language->abbr }].gif" alt="[{$_language->name}]"></a>
          [{/foreach}]            
          [{/if}]
            	
        	</div>
      [{/if}]
      
			<div class="header_links">
				[{ if $isfiltering && $oViewConf->getShowCompareList() && $oView->getCompareItemsCnt() }]
					<a id="test_AccComparison" rel="nofollow" href="[{ oxgetseourl ident=$oViewConf->getSelfLink()|cat:"cl=compare" }]">[{ oxmultilang ident="INC_CMP_LOGIN_RIGHT_MYPRODUCTCOMPARISON" }] ([{ if $oView->getCompareItemsCnt() }][{ $oView->getCompareItemsCnt() }])[{/if}]</a>
				[{/if}]
				<a id="test_RightLogin_LostPwd" href="[{ oxgetseourl ident=$oViewConf->getSelfLink()|cat:"cl=account" params=$oViewConf->getNavUrlParams() }]" rel="nofollow"><b>[{ oxmultilang ident="INC_RIGHTITEM_MYACCOUNT" }]</b></a>
				[{if $oxcmp_user->oxuser__oxpassword->value}]
					<a id="test_link_account_logout" href="[{ $oViewConf->getLogoutLink() }]" class="[{if $active_link == 9}]active[{/if}]">([{ oxmultilang ident="INC_ACCOUNT_HEADER_LOGOUT" }])</a>
				[{/if}]
				<a id="test_link_service_contact"  href="[{ oxgetseourl ident=$oViewConf->getSelfLink()|cat:"cl=contact" }]" rel="nofollow">[{ oxmultilang ident="INC_HEADER_CONTACT" }]</a>
        [{oxifcontent ident="oximpressum" object="oCont"}]
           <a id="test_link_footer_impressum" href="[{ $oCont->getLink() }]">[{ $oCont->oxcontents__oxtitle->value }]</a>
        [{/oxifcontent}]
        [{*oxifcontent ident="ladengeschaeft" object="oCont"}]
        	<a id="test_infoLaden" href="[{ $oCont->getLink() }]">[{ $oCont->oxcontents__oxtitle->value }]</a>
        [{/oxifcontent*}]
        [{oxifcontent ident="oxsecurityinfo" object="oCont"}]
	    		<a id="test_infoProtection" href="[{ $oCont->getLink() }]" rel="nofollow">[{ $oCont->oxcontents__oxtitle->value }]</a>
	    	[{/oxifcontent}]
	    	[{oxifcontent ident="oxagb" object="oCont"}]
      		<a id="test_link_footer_terms" href="[{ $oCont->getLink() }]" rel="nofollow">[{ $oCont->oxcontents__oxtitle->value }]</a>
      	[{/oxifcontent}]
			</div>
		</div>
		
		[{foreach from=$tree_path item=oTreeItem }]
   		[{assign var="_path_link" value=$oTreeItem->getLink() }]
		[{/foreach}]
		<div id="menu_top">
			
		[{if $oView->showSearch() }]
		<div id="search_top">
    <form action="[{ $oViewConf->getSelfActionLink() }]" method="get" class="search" id="f.search">
        
            [{ $oViewConf->getHiddenSid() }]
            <input type="hidden" name="cl" value="search">
            
             
            
            <input type="text" name="searchparam" value="[{oxmultilang ident="INC_LEFTITEM_PRODUCTSEARCH"}]" size="21"  class="txt txt_search" id="f.search.param">

            [{*if $oView->getSearchCatTree() }]
            <select id="test_searchCategorySelect" class="search_input" name="searchcnid" [{if $oViewConf->isAutoSearchOnCat() }]onchange="oxid.search('f.search','f.search.param');"[{/if}]>
                <option value=""> [{ oxmultilang ident="INC_SEARCHLEFTITEM_ALLCATEGORIES" }] </option>
                [{include file="inc/category_options.tpl" tree=$oView->getSearchCatTree() sSpacer=""}]
            </select>
            [{/if*}]

            [{*if $oView->getVendorlist() }]
            <select id="test_searchVendorSelect" class="search_input" name="searchvendor">
                <option value=""> [{ oxmultilang ident="INC_SEARCHLEFTITEM_ALLDISTRIBUTORS" }] </option>
                [{foreach from=$oView->getVendorlist() item=oVendorlistentry}]
                    <option value="[{$oVendorlistentry->oxvendor__oxid->value}]"[{if $searchvendor == $oVendorlistentry->oxvendor__oxid->value}] selected[{/if}]>[{ $oVendorlistentry->oxvendor__oxtitle->value }][{ if $oVendorlistentry->getNrOfArticles() > 0 }] ([{$oVendorlistentry->getNrOfArticles()}])[{/if}]</option>
                [{/foreach}]
            </select>
            [{/if*}]

            [{*if $oView->getManufacturerlist() }]
            <select id="test_searchManufacturerSelect" class="search_input" name="searchmanufacturer">
                <option value=""> [{ oxmultilang ident="INC_SEARCHLEFTITEM_ALLMANUFACTURERS" }] </option>
                [{foreach from=$oView->getManufacturerlist() item=oManufacturerlistentry}]
                    <option value="[{$oManufacturerlistentry->oxmanufacturers__oxid->value}]"[{if $searchmanufacturer == $oManufacturerlistentry->oxmanufacturers__oxid->value}] selected[{/if}]>[{ $oManufacturerlistentry->oxmanufacturers__oxtitle->value }][{ if $oManufacturerlistentry->getNrOfArticles() > 0 }] ([{$oManufacturerlistentry->getNrOfArticles()}])[{/if}]</option>
                [{/foreach}]
            </select>
            [{/if*}]

            <span class="btn"><input id="test_searchGo" type="submit" class="btn" value="GO"></span>
        
    </form>
    </div>
		[{/if}]

			[{assign var="zindex" value=90 }]
      <ul id="drop_down_menu">
      	<li class="menu"><a href="[{ $oViewConf->getHomeLink() }]" [{if $_startpage}]class="exp"[{/if}]>Home</a></li>
      	[{assign var="countitems" value=0 }]
      	[{foreach from=$oxcmp_categories item=ocat key=catkey name=root}]
          [{if $ocat->getIsVisible() && $countitems < 4 }]
						[{assign var="countitems" value=$countitems+1 }]	
           

            [{if $iCatCnt <= $oView->getTopNavigationCatCnt()}]
           	[{assign var="zindex" value=$zindex-1 }]
            <li class="menu" style="z-index:[{$zindex}]">
                
               
                [{strip}]
                [{if $ocat->getSubCats()}]
               	
                <ul class="links">
                <li class="tp"></li>
                [{foreach from=$ocat->getSubCats() item=osubcat key=subcatkey name=SubCat}]
                   
                        [{foreach from=$osubcat->getContentCats() item=osubcont key=subcontkey name=subcont}]
                        <li><a id="test_Top_root[{ $iCatCnt }]_Cms_[{$smarty.foreach.SubCat.iteration}]_[{$smarty.foreach.subcont.iteration}]" href="[{$osubcont->getLink()}]">[{$osubcont->oxcontents__oxtitle->value}] </a></li>
                        [{/foreach}]
                    
                    
                        <li><a id="test_Top_root[{ $iCatCnt }]_SubCat_[{$smarty.foreach.SubCat.iteration}]" href="[{$osubcat->getLink()}]">[{$osubcat->oxcategories__oxtitle->value}] </a></li>
                   
                [{/foreach}]
                <li class="bt"></li>
                </ul>
                [{/if}]
                [{/strip}]
                <a id="root[{$iCatCnt}]" href="[{$ocat->getLink()}]" [{if $ocat->expanded && $_path_link}]class="exp"[{/if}]>[{$ocat->oxcategories__oxtitle->value}] </a>
            </li>
            [{/if}]
            [{assign var="iCatCnt" value=$iCatCnt+1 }]

          [{/if}]
        [{/foreach}]
      
      
      	
				
      </ul>
    </div>	
    <div id="navigation">
    <span>[{ oxmultilang ident="INC_HEADER_YOUAREHERE" }]</span>
[{strip}]

[{foreach from=$tree_path item=oTreeItem }]
    [{ $_path_separator }]
    [{assign var="_path_link" value=$oTreeItem->getLink() }]
    [{ if $_path_link }]<a href="[{ $_path_link }]">[{/if}][{ $oTreeItem->oxcategories__oxtitle->value }][{ if $_path_link }]</a>[{/if}]
    
[{/foreach}]
[{ if !$_path_link }]
	[{ $location }]
[{/if}]
[{if $is_start}]
    [{assign var="_path_space" value=" " }][{ $_path_space }]
    [{oxifcontent ident="oxdeliveryinfo" object="oCont"}]
        <a rel="nofollow" class="dinfo" href="[{ $oCont->getLink() }]">[{ oxmultilang ident="INC_HEADER_INCLTAXPLUSSHIPPING" }]</a>
    [{/oxifcontent}]
[{/if}]
[{/strip}]
		</div>
		
		<div id="left">[{ include file="_left.tpl" }]</div>
		
		<div id="body">
			<span class="ie_fix"></span>

in firebug ist die zeile:
ul id="drop_down_menu"
übrigens für die oberen kategorien zuständig. sobald die zeile gelöscht wird sind auch die kategorien weg.
nur schade das firebug das nicht automatisch auf die daten anwendet :wink:

Hallo,
probiere mal folgendes:

in Teil2 die 2 zeilen einfügen (siehe code, rot markiert), dann sollte einstellungen über Adminbereich wieder funktionieren:

   

        <script>var searchtext = '[{oxmultilang ident="INC_LEFTITEM_PRODUCTSEARCH"}]';</script>
        
        <div class="main_header">
            [{if $oView->isLanguageLoaded() || $oView->loadCurrency() }]
                    <div class="header_language">
          [{if $oView->loadCurrency()}]
          [{foreach from = $oxcmp_cur item = _currency name=curr}]
              <a id="test_Curr_[{$_currency->name}]" class="currency[{if $smarty.foreach.curr.first}] sep[{/if}][{if $_currency->selected}] act[{/if}]" href="[{ oxgetseourl ident=$_currency->link params=$oView->getDynUrlParams() }]" rel="nofollow">[{ $_currency->name }]</a>
          [{/foreach}]
          
              [{/if}]
              <a></a>
              [{if $oView->isLanguageLoaded() }]                             
          [{foreach from = $oxcmp_lang item = _language}]
              <a id="test_Lang_[{$_language->name}]" class="language[{if $_language->selected}] act[{/if}]" href="[{ $_language->link|oxaddparams:$oView->getDynUrlParams() }]" hreflang="[{ $_language->abbr }]" title="[{ $_language->name }]"><img src="[{$oViewConf->getImageUrl()}]lang/[{ $_language->abbr }].gif" alt="[{$_language->name}]"></a>
          [{/foreach}]            
          [{/if}]
                
            </div>
      [{/if}]
      
            <div class="header_links">
                [{ if $isfiltering && $oViewConf->getShowCompareList() && $oView->getCompareItemsCnt() }]
                    <a id="test_AccComparison" rel="nofollow" href="[{ oxgetseourl ident=$oViewConf->getSelfLink()|cat:"cl=compare" }]">[{ oxmultilang ident="INC_CMP_LOGIN_RIGHT_MYPRODUCTCOMPARISON" }] ([{ if $oView->getCompareItemsCnt() }][{ $oView->getCompareItemsCnt() }])[{/if}]</a>
                [{/if}]
                <a id="test_RightLogin_LostPwd" href="[{ oxgetseourl ident=$oViewConf->getSelfLink()|cat:"cl=account" params=$oViewConf->getNavUrlParams() }]" rel="nofollow"><b>[{ oxmultilang ident="INC_RIGHTITEM_MYACCOUNT" }]</b></a>
                [{if $oxcmp_user->oxuser__oxpassword->value}]
                    <a id="test_link_account_logout" href="[{ $oViewConf->getLogoutLink() }]" class="[{if $active_link == 9}]active[{/if}]">([{ oxmultilang ident="INC_ACCOUNT_HEADER_LOGOUT" }])</a>
                [{/if}]
                <a id="test_link_service_contact"  href="[{ oxgetseourl ident=$oViewConf->getSelfLink()|cat:"cl=contact" }]" rel="nofollow">[{ oxmultilang ident="INC_HEADER_CONTACT" }]</a>
        [{oxifcontent ident="oximpressum" object="oCont"}]
           <a id="test_link_footer_impressum" href="[{ $oCont->getLink() }]">[{ $oCont->oxcontents__oxtitle->value }]</a>
        [{/oxifcontent}]
        [{*oxifcontent ident="ladengeschaeft" object="oCont"}]
            <a id="test_infoLaden" href="[{ $oCont->getLink() }]">[{ $oCont->oxcontents__oxtitle->value }]</a>
        [{/oxifcontent*}]
        [{oxifcontent ident="oxsecurityinfo" object="oCont"}]
                <a id="test_infoProtection" href="[{ $oCont->getLink() }]" rel="nofollow">[{ $oCont->oxcontents__oxtitle->value }]</a>
            [{/oxifcontent}]
            [{oxifcontent ident="oxagb" object="oCont"}]
              <a id="test_link_footer_terms" href="[{ $oCont->getLink() }]" rel="nofollow">[{ $oCont->oxcontents__oxtitle->value }]</a>
          [{/oxifcontent}]
            </div>
        </div>
        
        [{foreach from=$tree_path item=oTreeItem }]
           [{assign var="_path_link" value=$oTreeItem->getLink() }]
        [{/foreach}]
        <div id="menu_top">
            
        [{if $oView->showSearch() }]
        <div id="search_top">
    <form action="[{ $oViewConf->getSelfActionLink() }]" method="get" class="search" id="f.search">
        
            [{ $oViewConf->getHiddenSid() }]
            <input type="hidden" name="cl" value="search">
            
             
            
            <input type="text" name="searchparam" value="[{oxmultilang ident="INC_LEFTITEM_PRODUCTSEARCH"}]" size="21"  class="txt txt_search" id="f.search.param">

            [{*if $oView->getSearchCatTree() }]
            <select id="test_searchCategorySelect" class="search_input" name="searchcnid" [{if $oViewConf->isAutoSearchOnCat() }]onchange="oxid.search('f.search','f.search.param');"[{/if}]>
                <option value=""> [{ oxmultilang ident="INC_SEARCHLEFTITEM_ALLCATEGORIES" }] </option>
                [{include file="inc/category_options.tpl" tree=$oView->getSearchCatTree() sSpacer=""}]
            </select>
            [{/if*}]

            [{*if $oView->getVendorlist() }]
            <select id="test_searchVendorSelect" class="search_input" name="searchvendor">
                <option value=""> [{ oxmultilang ident="INC_SEARCHLEFTITEM_ALLDISTRIBUTORS" }] </option>
                [{foreach from=$oView->getVendorlist() item=oVendorlistentry}]
                    <option value="[{$oVendorlistentry->oxvendor__oxid->value}]"[{if $searchvendor == $oVendorlistentry->oxvendor__oxid->value}] selected[{/if}]>[{ $oVendorlistentry->oxvendor__oxtitle->value }][{ if $oVendorlistentry->getNrOfArticles() > 0 }] ([{$oVendorlistentry->getNrOfArticles()}])[{/if}]</option>
                [{/foreach}]
            </select>
            [{/if*}]

            [{*if $oView->getManufacturerlist() }]
            <select id="test_searchManufacturerSelect" class="search_input" name="searchmanufacturer">
                <option value=""> [{ oxmultilang ident="INC_SEARCHLEFTITEM_ALLMANUFACTURERS" }] </option>
                [{foreach from=$oView->getManufacturerlist() item=oManufacturerlistentry}]
                    <option value="[{$oManufacturerlistentry->oxmanufacturers__oxid->value}]"[{if $searchmanufacturer == $oManufacturerlistentry->oxmanufacturers__oxid->value}] selected[{/if}]>[{ $oManufacturerlistentry->oxmanufacturers__oxtitle->value }][{ if $oManufacturerlistentry->getNrOfArticles() > 0 }] ([{$oManufacturerlistentry->getNrOfArticles()}])[{/if}]</option>
                [{/foreach}]
            </select>
            [{/if*}]

            <span class="btn"><input id="test_searchGo" type="submit" class="btn" value="GO"></span>
        
    </form>
    </div>
        [{/if}]         

[B][{if $oView->showTopCatNavigation()}][/B]

 [{assign var="zindex" value=90 }]
      <ul id="drop_down_menu">
          <li class="menu"><a href="[{ $oViewConf->getHomeLink() }]" [{if $_startpage}]class="exp"[{/if}]>Home</a></li>
          [{assign var="countitems" value=0 }]
          [{foreach from=$oxcmp_categories item=ocat key=catkey name=root}]
          [{if $ocat->getIsVisible() && $countitems < 4 }]
                        [{assign var="countitems" value=$countitems+1 }]    
           

            [{if $iCatCnt <= $oView->getTopNavigationCatCnt()}]
               [{assign var="zindex" value=$zindex-1 }]
            <li class="menu" style="z-index:[{$zindex}]">
                
               
                [{strip}]
                [{if $ocat->getSubCats()}]
                   
                <ul class="links">
                <li class="tp"></li>
                [{foreach from=$ocat->getSubCats() item=osubcat key=subcatkey name=SubCat}]
                   
                        [{foreach from=$osubcat->getContentCats() item=osubcont key=subcontkey name=subcont}]
                        <li><a id="test_Top_root[{ $iCatCnt }]_Cms_[{$smarty.foreach.SubCat.iteration}]_[{$smarty.foreach.subcont.iteration}]" href="[{$osubcont->getLink()}]">[{$osubcont->oxcontents__oxtitle->value}] </a></li>
                        [{/foreach}]
                    
                    
                        <li><a id="test_Top_root[{ $iCatCnt }]_SubCat_[{$smarty.foreach.SubCat.iteration}]" href="[{$osubcat->getLink()}]">[{$osubcat->oxcategories__oxtitle->value}] </a></li>
                   
                [{/foreach}]
                <li class="bt"></li>
                </ul>
                [{/if}]
                [{/strip}]
                <a id="root[{$iCatCnt}]" href="[{$ocat->getLink()}]" [{if $ocat->expanded && $_path_link}]class="exp"[{/if}]>[{$ocat->oxcategories__oxtitle->value}] </a>
            </li>
            [{/if}]
            [{assign var="iCatCnt" value=$iCatCnt+1 }]

          [{/if}]
        [{/foreach}]


  </ul>
    </div>   

 [B][{/if}][/B]


    <div id="navigation">
    <span>[{ oxmultilang ident="INC_HEADER_YOUAREHERE" }]</span>
[{strip}]

[{foreach from=$tree_path item=oTreeItem }]
    [{ $_path_separator }]
    [{assign var="_path_link" value=$oTreeItem->getLink() }]
    [{ if $_path_link }]<a href="[{ $_path_link }]">[{/if}][{ $oTreeItem->oxcategories__oxtitle->value }][{ if $_path_link }]</a>[{/if}]
    
[{/foreach}]
[{ if !$_path_link }]
    [{ $location }]
[{/if}]
[{if $is_start}]
    [{assign var="_path_space" value=" " }][{ $_path_space }]
    [{oxifcontent ident="oxdeliveryinfo" object="oCont"}]
        <a rel="nofollow" class="dinfo" href="[{ $oCont->getLink() }]">[{ oxmultilang ident="INC_HEADER_INCLTAXPLUSSHIPPING" }]</a>
    [{/oxifcontent}]
[{/if}]
[{/strip}]
        </div>
        
        <div id="left">[{ include file="_left.tpl" }]</div>
        
        <div id="body">
            <span class="ie_fix"></span>