Blocks Test
module = $module;
$block->delta = $delta;
$tab_B = theme('block', $block);
$form = array();
$form['example1'] = array(
'#type' => 'tabset',
);
$form['example1']['tab1'] = array(
'#type' => 'tabpage',
'#title' => t('tathljalfjal;kdjf;lasjdlf;ajsdf'),
'#content' => drupal_get_form('user_login_block'),
);
$form['example1']['tab2'] = array(
'#type' => 'tabpage',
'#title' => t('Two llkjlkjl;jl;j;ljlj;ljlkjljlk;jl;'),
'#content' => "
".$tab_B, ); $form['example1']['tab3'] = array( '#type' => 'tabpage', '#title' => t('Three ljl;kjl;kkjlkkjlkjl;kjl;kjlkjlkj'), '#content' => $tab_B, ); $form['example1']['tab4'] = array( '#type' => 'tabpage', '#title' => t('Three'), '#content' => $tab_B, ); return tabs_render($form); ?>
".$tab_B, ); $form['example1']['tab3'] = array( '#type' => 'tabpage', '#title' => t('Three ljl;kjl;kkjlkkjlkjl;kjl;kjlkjlkj'), '#content' => $tab_B, ); $form['example1']['tab4'] = array( '#type' => 'tabpage', '#title' => t('Three'), '#content' => $tab_B, ); return tabs_render($form); ?>