Trent Wyman


Drupal if($is_front) PHP Condition

Categories:

The following PHP script can be used to check if the Drupal home page is TRUE:

<?php
if($is_front){
print 'This is the front page';
else{
print 'This is an interior page';
}
?>


Announcements

DrupalCon Denver 2012 - I'm Going!

Press Release:
Michael C. Carlos Museum

Read the press release announcing the Drupal redesign of Emory University's Michael C. Carlos Museum. View Press Release