function mongodb_block_themes_enabled in MongoDB 7
Implements hook_themes_enabled().
File
- mongodb_block/
mongodb_block.module, line 442 - Controls the visual building blocks a page is constructed with.
Code
function mongodb_block_themes_enabled($theme_list) {
_mongodb_block_ensure_indexes($theme_list);
}