Returns the rendered local actions at the current level.
function menu_local_actions() { $links = menu_local_tasks(); return $links['actions']['output']; }