You are here

function commerce_kickstart_theme_alpha_preprocess_page in Commerce Kickstart 7.2

Preprocess page display.

File

themes/commerce_kickstart_theme/preprocess/preprocess-page.inc, line 11
Page preprocessing.

Code

function commerce_kickstart_theme_alpha_preprocess_page(&$vars) {
  if ($vars['is_front']) {
    unset($vars['page']['content']['content']['content']['system_main']['default_message']);
  }
}