Skip to content

Instantly share code, notes, and snippets.

@asanchez75
Created November 15, 2012 21:36
Show Gist options
  • Save asanchez75/4081471 to your computer and use it in GitHub Desktop.
Save asanchez75/4081471 to your computer and use it in GitHub Desktop.
code
<?php
return $node->title !== '' ? $node->title : hash('md5', $node->field_subtitle[0]['value']);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment