Skip to content

Instantly share code, notes, and snippets.

@mkorostoff
Created September 27, 2012 16:33
Show Gist options
  • Save mkorostoff/3794982 to your computer and use it in GitHub Desktop.
Save mkorostoff/3794982 to your computer and use it in GitHub Desktop.
if (module_exists('csn_houston_core')) {
$houston_revert = array(
'csn_houston_main_menu',
);
nbcsports_features_revert($houston_revert);
}
if (module_exists('csn_washington_core')) {
$washington_revert = array(
'csn_washington_main_menu',
);
nbcsports_features_revert($washington_revert);
}
if (module_exists('csn_baltimore_core')) {
$baltimore_revert = array(
'csn_baltimore_main_menu',
);
nbcsports_features_revert($baltimore_revert);
}
$global_revert = array(
'rsn_main_menu',
);
nbcsports_features_revert($global_revert);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment