Skip to content

Instantly share code, notes, and snippets.

@doublejosh
Created June 13, 2016 22:52
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 doublejosh/78dd220683d62dee5f47694dc05c7735 to your computer and use it in GitHub Desktop.
Save doublejosh/78dd220683d62dee5f47694dc05c7735 to your computer and use it in GitHub Desktop.
<?php
// Debug the PHP Drupal code in this statement with all "errors"...
if (arg(1) = 'node') {
arg(2) = $nodeID
load_node($nodeID);
echo drupal_render(node_view($nodeID,'teaser'));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment