Commit 74adcd7d authored by Rebecca Blundell's avatar Rebecca Blundell Committed by Robert Lyon
Browse files

Bug 1825617: Add subheading to title of "Connected apps" page

Under the arrow bar nav it should read:
Sub-heading | Arrow-bar title

behatnotneeded

Change-Id: Iab104cdcffe92f57aff25eab5165d02be0419584
(cherry picked from commit bc1fb0f2)
parent bbad9b72
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ define('APPS', 1);

require(dirname(dirname(__FILE__)) . '/init.php');
define('TITLE', get_string('connectedapps'));
define('SUBSECTIONHEADING', get_string('overview'));

$hasapps = apps_get_menu_tabs();

+1 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@ define('APPS', 1);
require('./../../init.php');
safe_require('blocktype', 'openbadgedisplayer');
define('TITLE', get_string('connectedapps'));
define('SUBSECTIONHEADING', get_string('badgrtokentitle', 'blocktype.openbadgedisplayer'));

// Users shouldn't be able to access this page if openbadgedisplayer blocktype is not active.
if (!is_plugin_active('openbadgedisplayer','blocktype')) {
+1 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@ require('./../../init.php');
require_once($CFG->docroot . 'webservice/lib.php');
safe_require('module', 'mobileapi');
define('TITLE', get_string('connectedapps'));
define('SUBSECTIONHEADING', get_string('mytokensmenutitle1', 'module.mobileapi'));

// Users shouldn't be able to access this page if webservices are not enabled.
if (!PluginModuleMobileapi::is_service_ready()) {