Adding a title

This commit is contained in:
2017-10-22 16:45:08 +04:00
parent aaacb23d41
commit 54b20f1335
3 changed files with 9 additions and 0 deletions

View File

@ -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>";