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

Merge branch 'feature/ISTWCMS-6929-ebremner-page-title' into '1.1.x'

ISTWCMS-6929: adding UW to page title

See merge request !126
parents 5f8be4e0 089518ec
No related branches found
No related tags found
1 merge request!126ISTWCMS-6929: adding UW to page title
...@@ -105,6 +105,9 @@ function uw_fdsu_theme_resp_preprocess_html(&$variables) { ...@@ -105,6 +105,9 @@ function uw_fdsu_theme_resp_preprocess_html(&$variables) {
else { else {
$variables['attributes']['class'][] = 'layout-page'; $variables['attributes']['class'][] = 'layout-page';
} }
// Add UW to page title, if not already there.
_uw_add_page_title($variables);
} }
/** /**
......
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