Skip to content

Instantly share code, notes, and snippets.

@akahn
Created April 29, 2009 17:10
Show Gist options
  • Save akahn/103902 to your computer and use it in GitHub Desktop.
Save akahn/103902 to your computer and use it in GitHub Desktop.
$paths = array('newsroom/for_the_press', 'newsroom/spokespeople');
$current_path = drupal_get_path_alias($_GET['q']);
if (in_array($current_path, $paths) {
$show = TRUE;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment