diff --git a/uw_fdsu_theme_resp.theme b/uw_fdsu_theme_resp.theme index 58e217da5308c72737c0bb25b54c6c73648387d8..11840908f196ccb1e79bf27bdb298ca5dab5acc1 100644 --- a/uw_fdsu_theme_resp.theme +++ b/uw_fdsu_theme_resp.theme @@ -133,7 +133,7 @@ function uw_fdsu_theme_resp_preprocess_paragraph(&$variables) { // Get link description and add to the variable array. $link_description = $p->field_uw_link_description->first()->getValue(); - $options2[$i]['link_description'] = $link_description['value']; + $options[$i]['link_description'] = $link_description['value']; // Get colouring value and add to the variable array. $link_colouring = $p->field_uw_option_colouring->first()->getValue();