diff options
author | prashantsinalkar | 2016-08-31 11:59:12 +0530 |
---|---|---|
committer | prashantsinalkar | 2016-08-31 11:59:12 +0530 |
commit | 8276dd15a3158820b89f71d90e4bb9c2d2eed4fd (patch) | |
tree | a4b783c3bdd056fcd630bc116ea87c35507c1ba9 | |
parent | e3cb56354491ef1cca3fa72ff96e93613675afab (diff) | |
download | scilab_textbook_companion-8276dd15a3158820b89f71d90e4bb9c2d2eed4fd.tar.gz scilab_textbook_companion-8276dd15a3158820b89f71d90e4bb9c2d2eed4fd.tar.bz2 scilab_textbook_companion-8276dd15a3158820b89f71d90e4bb9c2d2eed4fd.zip |
aaded menu type
-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' ); /*******************/ |