Every time I attempt to activate the module, I find that page layouts defined by the Acquia Commons Fusion theme are destroyed.

Comments

AlexisWilke’s picture

The one thing that's done which could (I think) cause problem would be this line:

function menu_per_role_menu_link_alter(&$item, $menu) {
  $item['options']['alter'] = TRUE;
}

Everything else is just code so I don't see how it could break a theme.

Are you talking about this base theme?

http://drupal.org/project/fusion

If so, what other modules are you using with it?

Thank you.
Alexis Wilke

Grimreaper’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Hello,

Closing as the issue is about a deprecated version of Drupal.

Feel free to re-open if it applies to a recent version.