function _spaces_block_utility_links in Spaces 6
Same name and namespace in other branches
- 5.2 spaces.module \_spaces_block_utility_links()
Utility links
1 call to _spaces_block_utility_links()
- spaces_block in ./
spaces.module - Implementation of hook_block()
File
- ./
spaces.module, line 1825
Code
function _spaces_block_utility_links() {
$block = array();
if ($space = spaces_get_space()) {
}
return $block;
}