diff --git a/config.php b/config.php index a6503eadb11..f9e8abf1faa 100644 --- a/config.php +++ b/config.php @@ -168,7 +168,12 @@ 'secure' => [ 'file' => 'secure.php', 'regions' => ['side-pre'], - 'defaultregion' => 'side-pre' + 'defaultregion' => 'side-pre', + 'options' => [ + 'activityheader' => [ + 'notitle' => false, + ], + ], ] ];