Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/orcid.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxence Lange <maxence@pontapreta.net>2017-02-08 13:24:51 +0300
committerMaxence Lange <maxence@pontapreta.net>2017-02-08 13:24:51 +0300
commitff0d6778c3ca51b6979aa828f3fc3bfbba6fe373 (patch)
tree19dc6f66c8d2eeaa31b36b6c68506d79f07b989c /appinfo
parent283accd02fd2f884d3aa5e7705fa97aa9b89cfa2 (diff)
About Orcid popup
displaying info about Orcid when user clicks the ORCID title in the personal settings page
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/routes.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 5b97077..dbc1f91 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -56,6 +56,11 @@ return [
'name' => 'orcid#OrcidCode',
'url' => 'OrcidCode.php',
'verb' => 'GET'
+ ],
+ [
+ 'name' => 'orcid#AboutOrcid',
+ 'url' => 'AboutOrcid.php',
+ 'verb' => 'GET'
]
]
];