Kategorien in Navigation bis 3 Lebel

auch habe versuche wie hier sagt,

[{if $osubcat->getSubCats()}]
 <ul class="dropdown-menu">
   [{foreach from=$osubcat->getSubCats() item=osubsubcat key=subsubcatkey name=SubsubCat}]
    [{if $osubsubcat->getIsVisible() }]
       <li [{if $osubsubcat->expanded}]class="current"[{/if}] >
         <a [{if $osubsubcat->expanded}]class="current"[{/if}] href="[{$osubsubcat->getLink()}]">
         [{$osubsubcat->oxcategories__oxtitle->value}]</a>
       </li>
    [{/if}]
  [{/foreach}]
 </ul>
[{/if}] 

aber auch ohne erfolgt…