Skip to content

Instantly share code, notes, and snippets.

@mynameispj
Created April 5, 2012 19:45
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mynameispj/2313522 to your computer and use it in GitHub Desktop.
Save mynameispj/2313522 to your computer and use it in GitHub Desktop.
Drupal 7 - $messages in node.tpl.php
global $global_messages;
print $global_messages;
global $global_messages;
$global_messages = $messages;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment