This commit is contained in:
Ilya Tregubov
2022-03-16 13:57:59 +06:00
4 changed files with 75 additions and 5 deletions
+6
View File
@@ -683,6 +683,12 @@ class theme_config {
*/
public $usescourseindex = false;
/**
* Configuration for the page activity header
* @var array
*/
public $activityheaderconfig = [];
/**
* Load the config.php file for a particular theme, and return an instance
* of this class. (That is, this is a factory method.)