You are here

function _spaces_block_tools in Spaces 6

Same name and namespace in other branches
  1. 5.2 spaces.module \_spaces_block_tools()
  2. 5 spaces_block.inc \_spaces_block_tools()

Contextual tools

1 call to _spaces_block_tools()
spaces_block in ./spaces.module
Implementation of hook_block()

File

./spaces.module, line 1802

Code

function _spaces_block_tools() {
  $links = context_links();
  $block['content'] = theme('context_links', $links);
  return $block;
}