diff --git a/drupal/modules/avoindata-theme/avoindata.theme b/drupal/modules/avoindata-theme/avoindata.theme index 0aa7adbeb6..12a6795d31 100644 --- a/drupal/modules/avoindata-theme/avoindata.theme +++ b/drupal/modules/avoindata-theme/avoindata.theme @@ -80,6 +80,11 @@ function avoindata_preprocess_block(&$variables) { 'class' => '', 'menucounter' => true, ], + 'faqmenufi' => [ + 'href' => '/fi/ukk', + 'class' => '', + 'menucounter' => true, + ] ]; if (array_key_exists($variables['elements']['#id'], $linkMap)) {