Hi there, (sorry, I am a complete newbie to Drupal)

I would like to do a template that actually has two levels in the navigation bar like this:

+-----------------------------+
| all node links in level 1 |
+-----------------------------+
| all node links in level 2 |
+-----------------------------+
| content
|
|
| node links of deeper levels |
+-----------------------------+

How would I do this? Is there a way to find out at what depth the node is?
You might get an idea when you look at http://www.ibe.org/de/studium/

Cheers

Christian

Comments

moshe weitzman’s picture

have a look at taxonomy_dhtml module. It is similar to what you describe.