By dziemecki on
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?
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
To answer my own questions
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
The solution for this issue
The solution for this issue in Drupal 5.x can be found here: http://drupal.org/node/208535#comment-742037