Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save renorram/03574c017c3cfceb33891bdfa1bfe20e to your computer and use it in GitHub Desktop.
Save renorram/03574c017c3cfceb33891bdfa1bfe20e to your computer and use it in GitHub Desktop.
<?php
if ($node = menu_get_object()) {
// Get the nid
$nid = $node->nid;
if($data->nid == $nid){
return TRUE;
}else{
return FALSE;
}
}else{
return FALSE;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment