I'm an old 4.3 user installing 4.4 for a new site. I really like the Chameleon theme, but I don't see the top menu options (like on the very top of this site). Has that been deprecated, or am I missing a setting?

Comments

dziemecki’s picture

Looking at old themes, it appears that the top menus weren't included with this theme. I added this:

$output .= " <div id=\"headlink\">" . implode("|", link_page()) . " </div>\n";

... and it looks good to go.

Wacky diatribe goes here

motin’s picture

The solution for this issue in Drupal 5.x can be found here: http://drupal.org/node/208535#comment-742037