You are here

function globallink_get_root_menu in GlobalLink Connect for Drupal 7.5

Same name and namespace in other branches
  1. 7.7 globallink.inc \globallink_get_root_menu()
  2. 7.6 globallink.inc \globallink_get_root_menu()

Returns GlobalLink modules root menu.

Parameters

string $menu_item: The current menu item.

Return value

string String that represents menu item path.

File

./globallink.inc, line 17
Miscellaneous GlobalLink functions for node translations (non-entity).

Code

function globallink_get_root_menu($menu_item) {
  return 'admin/' . $menu_item;
}