You are here

function i18n_access_menu_alter in Translation Access 7

Same name and namespace in other branches
  1. 6 i18n_access.module \i18n_access_menu_alter()

Implements hook_menu_alter().

File

./i18n_access.module, line 214
file_description

Code

function i18n_access_menu_alter(&$items) {

  // Replace the translation overview page since we can't hook it.
  $items['node/%node/translate']['page callback'] = 'i18n_access_translation_node_overview';
}