I'm hoping this is the correct place to put this. I'm having problems with my weblinks module. It seemed to work fine in the beginning and I'm not quite sure what changed. If you go the the weblinks page on my site you can see that the layout is wrong. Anyone ever have this problem?

Comments

JoeCotellese’s picture

Sorry, this is the proper url

Anonymous’s picture

Edit modules/weblink.module

Change
$children = taxonomy_get_tree(variable_get("weblink_nav_vocabulary", ""), $term_id, 1);
to
$children = taxonomy_get_tree(variable_get("weblink_nav_vocabulary", ""), $term_id);