Skip to content

Commit

Permalink
BASIC-1390: Remove extra frontbleed styles now only found in .info cl…
Browse files Browse the repository at this point in the history
…ass settings
  • Loading branch information
sherakama committed Jun 11, 2015
1 parent 7d67c1d commit 3fc5c3d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions stanford_jumpstart_home.module
Original file line number Diff line number Diff line change
Expand Up @@ -458,12 +458,6 @@ function stanford_jumpstart_home_preprocess_html(&$vars) {
// Try to load a file from the upload form.
if (isset($settings['header_image'])) {
$header_file = file_load($settings['header_image']);

// If the front page enforce the bleed!
if (drupal_is_front_page()) {
$vars['header_bkg_style_front'] = "header-bkg-style-frontbleed";
}

}

// If there is a file adjust the URI for the theme to use.
Expand Down

0 comments on commit 3fc5c3d

Please sign in to comment.