function quotes_block_mb_blocked in Quotes 6
Same name and namespace in other branches
- 7 quotes.module \quotes_block_mb_blocked()
Quotes multi-block blocking.
1 call to quotes_block_mb_blocked()
- quotes_block in ./
quotes.module - Implementation of hook_block().
File
- ./
quotes.module, line 765 - The quotes module allows users to maintain a list of quotes that can be displayed in any number of administrator-defined quote blocks.
Code
function quotes_block_mb_blocked() {
return 'quotes';
}