diff options
author | prashantsinalkar | 2016-11-24 17:13:21 +0530 |
---|---|---|
committer | prashantsinalkar | 2016-11-24 17:13:21 +0530 |
commit | 4e6cb8ce3b135de758f5b08edff0146411bda032 (patch) | |
tree | 826fb7b3d23a1f91bebbaf151303f36581d15635 | |
parent | 7e2359f74ada3c350f98915efed594d9e05aa548 (diff) | |
download | scilab_textbook_companion-4e6cb8ce3b135de758f5b08edff0146411bda032.tar.gz scilab_textbook_companion-4e6cb8ce3b135de758f5b08edff0146411bda032.tar.bz2 scilab_textbook_companion-4e6cb8ce3b135de758f5b08edff0146411bda032.zip |
changed the menu type
-rwxr-xr-x | textbook_companion.module | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textbook_companion.module b/textbook_companion.module index 4310d49..cf2d3cb 100755 --- a/textbook_companion.module +++ b/textbook_companion.module @@ -658,7 +658,7 @@ function textbook_companion_menu() 'page arguments' => array( 'generate_pdf' ), - 'type' => MENU_NORMAL_ITEM, + 'type' => MENU_CALLBACK, 'access arguments' => array( 'generate pdf' ), @@ -670,6 +670,7 @@ function textbook_companion_menu() "access arguments" => array( "verify certificates" ), + 'type' => MENU_CALLBACK, 'file' => 'pdf/verify_certificates.inc', ); /*******************/ |