diff options
author | Sashi20 | 2020-02-11 12:07:24 +0530 |
---|---|---|
committer | GitHub | 2020-02-11 12:07:24 +0530 |
commit | 6e840061fc71b8c88a88cd4f768e47e43e3bcd9f (patch) | |
tree | 5acdb9f3242dd2084317e9a4eec3af72f59e916d /om_pssp.module | |
parent | a6074b919b2f994ffffc2b1eb2eaec380ac66ee9 (diff) | |
parent | 50b6cef3a5cc9a6aebbe73fd00a6086a8d4dae35 (diff) | |
download | om_pssp-6e840061fc71b8c88a88cd4f768e47e43e3bcd9f.tar.gz om_pssp-6e840061fc71b8c88a88cd4f768e47e43e3bcd9f.tar.bz2 om_pssp-6e840061fc71b8c88a88cd4f768e47e43e3bcd9f.zip |
Merge pull request #12 from Sashi20/master
Move download abstract link to download codes page
Diffstat (limited to 'om_pssp.module')
-rwxr-xr-x | om_pssp.module | 10 |
1 files changed, 10 insertions, 0 deletions
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', |