function globallink_get_root_menu in GlobalLink Connect for Drupal 7.6
Same name and namespace in other branches
- 7.7 globallink.inc \globallink_get_root_menu()
- 7.5 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;
}