diff --git a/config.php b/config.php index 0ee1334..1d53456 100755 --- a/config.php +++ b/config.php @@ -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 = ''; diff --git a/version.php b/version.php index ea05e48..d3dce8e 100755 --- a/version.php +++ b/version.php @@ -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;