block visibility code doesn't work in all regions

  1. if (drupal_is_front_page() == TRUE) {
  2.   return FALSE;
  3. } else {
  4.   return TRUE;
  5. }