Skip to content
Snippets Groups Projects
Commit 1cb435f4 authored by Eric Bremner's avatar Eric Bremner Committed by Eric Bremner
Browse files

ISTWCMS-4704: adding profiles to list of nodes and teasers

parent 4bd61f32
No related branches found
No related tags found
1 merge request!34ISTWCMS-4847: adding preprocess to main content area to add classes for 404...
......@@ -345,6 +345,7 @@ function uw_fdsu_theme_resp_preprocess_node(&$variables) {
'uw_ct_web_page',
'uw_ct_catalog_item',
'uw_ct_contact',
'uw_ct_profile',
];
// Teaser to be preprocessed.
......@@ -355,6 +356,7 @@ function uw_fdsu_theme_resp_preprocess_node(&$variables) {
'uw_ct_web_page',
'uw_ct_catalog_item',
'uw_ct_contact',
'uw_ct_profile',
];
// If there is a node that needs preprocessing,
......@@ -464,6 +466,7 @@ function uw_fdsu_theme_resp_preprocess_container(&$variables) {
'uw_ct_news_item',
'uw_ct_event',
'uw_ct_contact',
'uw_ct_profile',
];
// Get the node object.
......
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