Skip to content
Snippets Groups Projects
Commit f34d9cf4 authored by Kevin Paxman's avatar Kevin Paxman
Browse files

Merge branch 'feature/ISTWCMS-6494-m26lebla-fix-map-in-expand-collapse' into '1.1.x'

ISTWCMS-6062: modifying admin label to include publications on reference...

See merge request !130
parents eb95e88f d1531219
No related branches found
No related tags found
1 merge request!130ISTWCMS-6062: modifying admin label to include publications on reference...
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
{{ title_prefix }} {{ title_prefix }}
{% if label %} {% if label %}
{% if heading_level %} {% if heading_level %}
<{{ heading_level }}{{ title_attributes }}>{{ label }}</{{ heading_level }}> <{{ heading_level }}{{ title_attributes }} class="block-title">{{ label }}</{{ heading_level }}>
{% else %} {% else %}
<h2{{ title_attributes }}>{{ label }}</h2> <h2{{ title_attributes }}>{{ label }}</h2>
{% endif %} {% endif %}
......
...@@ -262,7 +262,6 @@ function uw_fdsu_theme_resp_preprocess_region(&$variables) { ...@@ -262,7 +262,6 @@ function uw_fdsu_theme_resp_preprocess_region(&$variables) {
'uw-menu-global-footer', 'uw-menu-global-footer',
FALSE FALSE
); );
$test = '';
} }
$variables['language'] = \Drupal::languageManager()->getCurrentLanguage(); $variables['language'] = \Drupal::languageManager()->getCurrentLanguage();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment