function tb_megamenu_get_block_title in The Better Mega Menu 7
File
- ./
tb_megamenu.functions.inc, line 95
Code
function tb_megamenu_get_block_title($block_key) {
$blocks_options = tb_megamenu_get_blocks_options();
if (isset($blocks_options[$block_key])) {
return $blocks_options[$block_key];
}
return NULL;
}