diff options
author | Sashi20 | 2018-05-28 14:48:01 +0530 |
---|---|---|
committer | Sashi20 | 2018-05-28 14:48:01 +0530 |
commit | 8090b089d959484a839b184256da617d4911fc20 (patch) | |
tree | 3096ab18935085bafe1d405205fcabf2f24605da | |
parent | 5637178fb00fc5b90bd97dc545dea4c2848c3257 (diff) | |
download | dwsim_flowsheet-8090b089d959484a839b184256da617d4911fc20.tar.gz dwsim_flowsheet-8090b089d959484a839b184256da617d4911fc20.tar.bz2 dwsim_flowsheet-8090b089d959484a839b184256da617d4911fc20.zip |
Changed link for custom certificate
-rwxr-xr-x | dwsim_flowsheet.module | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dwsim_flowsheet.module b/dwsim_flowsheet.module index 4244738..58130ce 100755 --- a/dwsim_flowsheet.module +++ b/dwsim_flowsheet.module @@ -416,7 +416,7 @@ function dwsim_flowsheet_menu() ), 'file' => 'pdf/cert_new.inc' ); - $items['flowsheeting-project/certificates_custom'] = array( + $items['flowsheeting-project/certificates-custom'] = array( 'title' => 'List of Flowsheet Custom Certificates', 'description' => 'List of flowsheet Custom Certificates', 'page callback' => '_list_flowsheet_custom_certificates', @@ -425,7 +425,7 @@ function dwsim_flowsheet_menu() ), 'file' => 'pdf/list_mentor_certificates.inc' ); - $items['flowsheeting-project/certificates_custom/pdf'] = array( + $items['flowsheeting-project/certificates-custom/pdf'] = array( 'title' => 'Download Certificate', 'description' => 'Download Certificate', 'page callback' => 'drupal_get_form', |