From ec453ec7e823311098506ebdd29924a26ff47a20 Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Thu, 14 Nov 2019 14:16:24 +0530 Subject: Modify url to download abstract file submitted during project submission --- om_pssp.module | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'om_pssp.module') diff --git a/om_pssp.module b/om_pssp.module index 3f19e4a..fc4da49 100755 --- a/om_pssp.module +++ b/om_pssp.module @@ -182,6 +182,16 @@ function om_pssp_menu() 'type' => MENU_CALLBACK, 'file' => 'download.inc' ); + $items['powersystems/pssp/download/abstract-file'] = array( + 'title' => 'Download abstract file', + 'description' => 'Download abstract file', + 'page callback' => 'om_pssp_project_files', + 'access arguments' => array( + 'om pssp download code' + ), + 'type' => MENU_CALLBACK, + 'file' => 'download.inc' + ); $items['powersystems/pssp/download/file'] = array( 'title' => 'Code Download', 'description' => 'Code Download', -- cgit