Saturday, January 30, 2010

Code for tab in drupal.

This conditional statement controls the tabs.
if ($tabs = theme('menu_local_tasks')) {
$output .= $tabs;
}

No comments: