You are here

function quicktabs_new in Quick Tabs 5

Same name and namespace in other branches
  1. 6 quicktabs.module \quicktabs_new()
1 string reference to 'quicktabs_new'
quicktabs_menu in ./quicktabs.module
Implementation of hook_menu().

File

./quicktabs.module, line 94

Code

function quicktabs_new() {
  drupal_add_js(drupal_get_path('module', 'quicktabs') . '/js/quicktabs_form.js');
  drupal_add_css(drupal_get_path('module', 'quicktabs') . '/quicktabs.css');
  return drupal_get_form('quicktabs_form');
}