function _spaces_block_tools in Spaces 5.2
Same name and namespace in other branches
- 5 spaces_block.inc \_spaces_block_tools()
- 6 spaces.module \_spaces_block_tools()
Contextual tools
1 call to _spaces_block_tools()
- spaces_block in ./
spaces.module - Implementation of hook_block()
File
- ./
spaces.module, line 1311
Code
function _spaces_block_tools() {
$block['content'] = spaces_node_links();
return $block;
}