diff --git a/uw_fdsu_theme_resp.theme b/uw_fdsu_theme_resp.theme index f266104db21ff010eb38a7af94e0ca79e50f0c91..fc4f84e35623307cb035e3b39d917f9e107dc2f7 100644 --- a/uw_fdsu_theme_resp.theme +++ b/uw_fdsu_theme_resp.theme @@ -625,6 +625,7 @@ function uw_fdsu_theme_resp_preprocess_container(&$variables) { // Set variables for featured image. $variables['node_type'] = str_replace('_', '-', $node->getType()); $variables['media'] = $uwService->uwCheckNodeForMedia($node); + $variables['media_flags'] = $uwService->uwGetMediaFlags($node); // If there is a node object, get the header and footer data. if ($node) {