diff --git a/modules/core/www/frontpage_config.php b/modules/core/www/frontpage_config.php
index b8cb6f96a880e21875327511d1c083289d7bb1e5..7f92a6ef3aafc30e544863b403f9781d68438da0 100644
--- a/modules/core/www/frontpage_config.php
+++ b/modules/core/www/frontpage_config.php
@@ -177,7 +177,11 @@ $t->data['links_federation'] = $links_federation;
 
 $t->data['enablematrix'] = $enablematrix;
 $t->data['funcmatrix'] = $funcmatrix;
-$t->data['requiredmap'] = array('recommended' => $t->noop('{core:frontpage:recommended}'));
+$t->data['requiredmap'] = array(
+    'recommended' => $t->noop('{core:frontpage:recommended}'),
+    'required' => $t->noop('{core:frontpage:required}'),
+    'optional' => $t->noop('{core:frontpage:optional}'),
+);
 $t->data['version'] = $config->getVersion();
 $t->data['directory'] = dirname(dirname(dirname(dirname(__FILE__))));