Skip to content

Instantly share code, notes, and snippets.

@Greg-Boggs
Created February 19, 2014 17:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Greg-Boggs/9096695 to your computer and use it in GitHub Desktop.
Save Greg-Boggs/9096695 to your computer and use it in GitHub Desktop.
// Add the linked node title just after the company info.
<?php
$vars['content']['title'] = array(
'#type' => 'html_tag',
'#tag' => 'h2',
'#value' => l(decode_entities($vars['title']), $base_url . $vars['node_url']),
'#attributes' => $vars['title_attributes_array'],
'#weight' => $vars['content']['field_company']['#weight'] + .1,
);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment