summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorprashantsinalkar2016-08-31 11:59:12 +0530
committerprashantsinalkar2016-08-31 11:59:12 +0530
commit8276dd15a3158820b89f71d90e4bb9c2d2eed4fd (patch)
treea4b783c3bdd056fcd630bc116ea87c35507c1ba9
parente3cb56354491ef1cca3fa72ff96e93613675afab (diff)
downloadscilab_textbook_companion-8276dd15a3158820b89f71d90e4bb9c2d2eed4fd.tar.gz
scilab_textbook_companion-8276dd15a3158820b89f71d90e4bb9c2d2eed4fd.tar.bz2
scilab_textbook_companion-8276dd15a3158820b89f71d90e4bb9c2d2eed4fd.zip
aaded menu type
-rwxr-xr-xtextbook_companion.module2
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'
);
/*******************/