diff options
author | Valentin Popov <info@valentineus.link> | 2017-10-22 15:45:08 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-10-22 15:45:08 +0300 |
commit | 54b20f13354b74dd7266645069961a5d8e215ee9 (patch) | |
tree | 612eeaf974bcc3e3400c6477d9c3b295cb823a69 /settings.php | |
parent | aaacb23d419faa4513eb3c9380e47bc7befa9e6c (diff) | |
download | local_webhooks-54b20f13354b74dd7266645069961a5d8e215ee9.tar.xz local_webhooks-54b20f13354b74dd7266645069961a5d8e215ee9.zip |
Adding a title
Diffstat (limited to 'settings.php')
-rw-r--r-- | settings.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/settings.php b/settings.php index ceb603a..d893b98 100644 --- a/settings.php +++ b/settings.php @@ -40,6 +40,13 @@ if ($hassiteconfig) { false )); + /* Title Manager */ + $settings->add(new admin_setting_heading( + "defaultsettings", + new lang_string("linkmanagerservice", "local_webhooks"), + new lang_string("managementmanagerdescription", "local_webhooks") + )); + /* Link to the service manager */ $linktext = new lang_string("linkmanagerservice", "local_webhooks"); $link = "<a href=\"" . $CFG->wwwroot . "/local/webhooks/managerservice.php\">" . $linktext . "</a>"; |