function theme_views_bonus_panels_threecol in Views Bonus Pack 5
File
- ./
views_bonus_panels.module, line 122
Code
function theme_views_bonus_panels_threecol($view, $nodes, $type) {
$config = theme('views_bonus_panels_threecol_config', $view);
return theme('views_bonus_panels_layout_engine', $nodes, $config, 'threecol_33_34_33', 3);
}