How to generate second degree navigation

Hi,




This is a navigation I want to generate on every page except the startpage.

[attachment=170:attachment]





This is an example of how the structure looks like inside Matrix

[attachment=171:attachment]



"FÖR BRANCHEN" is the highest level in the structure, like "Kurser & utbildningar".



Next level is "Dryck" which represents by "Drycker" on the latter image.



Last level is "Sommelier-…" on both images.





The page I visit should be black and not clickable as seen on the first image. (showing state when visiting "Dryck"



This is the code I'm using right now:


    
    
    
    
    
    
    
 
                     
           
       
 



There wouldn't be any problem to fix it so it's listing the children to "Drycker" but how do I change the "Drycker" link to be not a link and black? nav_structure.png (3.08 KB) tree_structure.png (4.01 KB)

[quote]There wouldn’t be any problem to fix it so it’s listing the children to “Drycker” but how do I change the “Drycker” link to be not a link and black?
[right][post=“14771”]<{POST_SNAPBACK}>[/post][/right][/quote]



There is an option for menus called “self_link” which you can use in this instance:


    
      
      
      
      
      
      
      
   
<MySource_PRINT var=">
 
 


However, the <img> tag is no longer wrapped in <a> tags, so it won't be part of the link. The "asset_short_name_linked" tag gets replaced with the full <a href="">...</a> string when its not the current page.