function quotes_block_mb_blocked in Quotes 7
Same name and namespace in other branches
- 6 quotes.module \quotes_block_mb_blocked()
Quotes multi-block blocking.
File
- ./
quotes.module, line 1073 - 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';
}