The nav menu links show up as "Array|Array|Array|..." which is not quite what is desired

The following works for me. The rest of the code is 5.1.

41,44d24
< if (isset($primary_links)) :
<

 print theme('links', $primary_links, array('class' => 'links p
rimary-links')) 

< endif;
<

89a69

Comments

thierry_gd’s picture

Version: master » 5.x-1.x-dev
Status: Active » Fixed

Modification done in drupal 5 version.

Anonymous’s picture

Status: Fixed » Closed (fixed)