Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions config.php
Original file line number Diff line number Diff line change
Expand Up @@ -223,3 +223,8 @@
$THEME->activityheaderconfig = [
'notitle' => false
];

// Override the arrows with empty strings to remove them from the data source.
// This will cause $OUTPUT->larrow() and $OUTPUT->rarrow() to return nothing.
$THEME->larrow = '';
$THEME->rarrow = '';
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
defined('MOODLE_INTERNAL') || die();

// This is the version of the plugin.
$plugin->version = 2025091201;
$plugin->version = 2025101301;
$plugin->release = '404.4.0';
$plugin->maturity = MATURITY_BETA;

Expand Down