Hierarchy problems in menu

Hi,


I want to use a asset name in a menu on a lower level in the hierarchy.



Like this:



For example: On the page called Sub. 1 I want to show the asset name of the Cat. 1. I also want to use this name down the hierarchy under Sub. 1.



I've looked into asset_lineage and menu_normal and the . but cant get it to work. It wont let me just print out the Cat. 1 name without printing out Cat. 2 at same time.



Anyone with experience in this?

Hey,


just wanna say that I fixed this issue with a "diiiirty" hack using the . menu.


    
                  
                  
                  
    
                 
                 


And a the following in the css file:
    .nav-norm {
        display:none;
        speak:none;
    }


If anyone have a better solution to this, please let me know! :)