Skip to content

Instantly share code, notes, and snippets.

@elliotttf
Created October 21, 2013 19:45
Show Gist options
  • Save elliotttf/7089725 to your computer and use it in GitHub Desktop.
Save elliotttf/7089725 to your computer and use it in GitHub Desktop.
<?php
$node = menu_get_object();
if (empty($node)) {
$node = node_load(arg(1));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment