Page preprocess

6
Nov

Drupal: Remove title and breadcrumb from front page

zero dev's picture

When you have a panel or a front page design that does not require a breadcrumb or a title you can either use CSS or Drupal's template_preprocess_page function

By overriding elements of it in template.php in your theme folder you can alter the defaults and change a number of things. It looks like this:

Subscribe to RSS - Page preprocess