You are here

function theme_views_bonus_panels_twocol_config in Views Bonus Pack 5

1 theme call to theme_views_bonus_panels_twocol_config()
theme_views_bonus_panels_twocol in ./views_bonus_panels.module

File

./views_bonus_panels.module, line 148

Code

function theme_views_bonus_panels_twocol_config($name) {
  return array(
    'teasers' => true,
    'links' => true,
    'inverted' => false,
  );
}