container_tag_attrs, container_tag_id problem

FvGFvG
edited September 2011 in Bug Reports
Hello, I wanted to have my ul id = nav for my navigation. Using this

$vars['params'] = array( 'first_class' => 'NONE', 'last_class' => 'NONE', 'container_tag_attrs' => 'id="nav"', );

doesn't work, if I add container_tag_attrs the menu isn't shown anymore. Using

'container_tag_id' => 'nav',
instead I have the same problem.
If I use any other id everything works just fine

Comments

  • edited 8:03PM
    Is the HTML for the menu being generated or is it simply not being displayed (perhaps a CSS rule is causing the issue?)
  • FvGFvG
    edited 8:03PM
    No, it's not generated. I don't get any html output right there, running the code below works fine.
  • FvGFvG
    edited 8:03PM
    Don't know why but right now it works without any problems.
  • edited 8:03PM
    OK... well let us know if you are able to replicate it again.
Sign In or Register to comment.