diff options
Diffstat (limited to 'textbook_companion.module')
-rwxr-xr-x | textbook_companion.module | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textbook_companion.module b/textbook_companion.module index e062f3c..febd18b 100755 --- a/textbook_companion.module +++ b/textbook_companion.module @@ -671,6 +671,7 @@ function textbook_companion_menu() 'access arguments' => array( 'list all certificates' ), + 'type' => MENU_LOCAL_TASK, 'file' => 'pdf/list_all_form_pdf.inc' ); $items['Summer_Internship_Forms/copyright-form/generate_pdf'] = array( @@ -683,6 +684,7 @@ function textbook_companion_menu() 'access arguments' => array( 'generate pdf' ), + 'type' => MENU_LOCAL_TASK,s 'file' => 'pdf/generate_pdf.inc' ); /*******************/ |