diff options
Diffstat (limited to 'textbook_companion.module')
-rwxr-xr-x | textbook_companion.module | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/textbook_companion.module b/textbook_companion.module index 288c605..340691c 100755 --- a/textbook_companion.module +++ b/textbook_companion.module @@ -18,6 +18,15 @@ function textbook_companion_menu() 'type' => MENU_LOCAL_TASK, 'file' => 'display_books.inc' ); + $items['Completed_Books'] = array( + 'title' => 'Completed Books', + 'page callback' => 'tbc_completed_books_all', + 'access arguments' => array( + 'display books in progress' + ), + 'type' => MENU_LOCAL_TASK, + 'file' => 'display_books.inc' + ); $items['proposal'] = array( 'title' => 'Book Proposal Form', 'description' => 'Book Proposal Form.', |