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