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

ISTWCMS-4874: code standards

parent 9a794b50
No related branches found
No related tags found
2 merge requests!32Tag 1.0.1,!27ISTWCMS-4847: adding preprocess to main content area to add classes for 404...
...@@ -113,7 +113,7 @@ function uw_fdsu_theme_resp_preprocess_region(&$variables) { ...@@ -113,7 +113,7 @@ function uw_fdsu_theme_resp_preprocess_region(&$variables) {
'entity.node.canonical', 'entity.node.canonical',
'entity.node.latest_version', 'entity.node.latest_version',
'layout_builder.overrides.node.view', 'layout_builder.overrides.node.view',
])) { ])) {
$variables['classes'][] = 'layout'; $variables['classes'][] = 'layout';
$variables['classes'][] = 'uw-contained-width'; $variables['classes'][] = 'uw-contained-width';
} }
......
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