Skip to content

Instantly share code, notes, and snippets.

@greggles
Created April 23, 2012 22:39
Show Gist options
  • Save greggles/2474316 to your computer and use it in GitHub Desktop.
Save greggles/2474316 to your computer and use it in GitHub Desktop.
custom.module.php
<?php
function custom_node_2_php() {
if(user_is_anonymous()) {
return;
}
...
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment