| 30 |
'access' => 'create content', |
'access' => 'create content', |
| 31 |
//'type' => MENU_LOCAL_TASK, |
//'type' => MENU_LOCAL_TASK, |
| 32 |
); |
); |
| 33 |
$items[] = array( |
/*$items[] = array( |
| 34 |
'path' => 'webform_pdf/print_forms', |
'path' => 'webform_pdf/print_forms', |
| 35 |
'title' => t('Print Forms'), |
'title' => t('Print Forms'), |
| 36 |
'callback' => 'drupal_get_form', |
'callback' => 'drupal_get_form', |
| 37 |
'callback arguments' => 'webform_pdf_print_forms', |
'callback arguments' => 'webform_pdf_print_forms', |
| 38 |
'access' => true, |
'access' => true, |
| 39 |
); |
);*/ |
| 40 |
} |
} |
| 41 |
return $items; |
return $items; |
| 42 |
} |
} |