You are here

function commons_shoutbox_og_links_alter in Drupal Commons 6.2

Implementation of hook_og_links_alter()

File

modules/features/commons_shoutbox/commons_shoutbox.module, line 49

Code

function commons_shoutbox_og_links_alter(&$links) {

  // Remove the shoutbox link from this menu because
  // the block already provides it
  unset($links['shoutbox']);
}