Skip to content

Instantly share code, notes, and snippets.

@wrburgess
Created October 8, 2011 19:12
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 wrburgess/1272722 to your computer and use it in GitHub Desktop.
Save wrburgess/1272722 to your computer and use it in GitHub Desktop.
Drupal detect front page
If($is_front){
// do something;
} else {
// do something;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment