You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to use this variable 'ec_europa_introduction_field' on EC-Europa theme.
We can see that this variable its not recovered in a free textfield on theme settings page so we can´t recover that:
$introduction = variable_get('ec_europa_introduction_field', FALSE); on page.component.inc line 83.
We try to mapping this variable on ec_europa.info but that it´s impossible, because settings on .info never save a new variable
In NextEuropa theme we can saw that its a hook_form_system_theme_settings_alter which contains a textfield for mapping the field.
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
We need to use this variable 'ec_europa_introduction_field' on EC-Europa theme.
We can see that this variable its not recovered in a free textfield on theme settings page so we can´t recover that:
$introduction = variable_get('ec_europa_introduction_field', FALSE); on page.component.inc line 83.
We try to mapping this variable on ec_europa.info but that it´s impossible, because settings on .info never save a new variable
In NextEuropa theme we can saw that its a hook_form_system_theme_settings_alter which contains a textfield for mapping the field.
Thanks
The text was updated successfully, but these errors were encountered: