Skip to content
Snippets Groups Projects

ISTWCMS-6306: Refactor/rebase to merge - update hook related links to links

Files
5
@@ -607,16 +607,13 @@ class UwNodeContent {
// Get the footer data.
if ($node_flags['get_footer']) {
// Get the additional info.
$content_data['footer']['additional_info']['has_children'] = TRUE;
$content_data['footer']['additional_info']['info'] = $this->addToContentData('formatted_text', 'field_uw_ct_contact_info');
// Get the contact information.
$content_data['footer']['contact_info']['has_children'] = TRUE;
$content_data['footer']['contact_info']['email'] = $this->addToContentData('plain_text', 'field_uw_ct_contact_email');
$content_data['footer']['contact_info']['phone'] = $this->addToContentData('plain_text', 'field_uw_ct_contact_phone');
$content_data['footer']['contact_info']['location'] = $this->addToContentData('plain_text', 'field_uw_ct_contact_location', 'Location');
$content_data['footer']['contact_info']['contact'] = $this->addToContentData('plain_text', 'field_uw_ct_contact_contact_for');
$content_data['footer']['contact_info']['info'] = $this->addToContentData('formatted_text', 'field_uw_ct_contact_info');
// Get the links for the profile.
$content_data['footer']['links']['has_children'] = TRUE;
Loading