Hello,

I just updated to the latest version.

When i make 2 menu_blocks and assign those to one block, it seems the second menu does not show up.
To test it, i changed the order of the two menu's. And then the other first menu is shown indeed.

one block:
- menu_block A (levels 1+)
- menu_block B (levels 1+)

>> only A is shown

Changed order:
- menu_block B (levels 1+)
- menu_block A (levels 1+)

>> only B is shown

Maybe i am doing something wrong or else i hope it can be fixed.

Thanks!
Joly

Comments

joly’s picture

Status: Active » Fixed

Hi again,

Since this became important for me to get it fixed, i started debugging at last.
For me, I found the problem, and it is because of some changes i made.

In theme.inc, function 'theme_render_template'
The template is included at the end of the function.
I changed that to include_once().... but for a normal drupal-template-file that is not working....

I found it only now, because for the main-templates i use smarty.

Sorry for bothering, but maybe it can help somebody.

Greetz, Joly

joly’s picture

Status: Fixed » Closed (fixed)