Cannot get this module to work properly
rocket777 - July 8, 2009 - 05:36
| Project: | Block Page Visibility |
| Version: | 6.x-1.0 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
Hi
This is the function I call in my site's custom module, but it still does not display the block. Please let me know what I am doing wrong
function mysite_custom_bpv_config($name) {
$blocks = array(
'views-nodequeue_2-block' => array(BPV_INCLUSIVE,array(''), array(),NULL),
);
return $blocks[$name];
}
