Skip to content

Instantly share code, notes, and snippets.

@inazt
Created June 23, 2010 09:33
Show Gist options
  • Save inazt/449696 to your computer and use it in GitHub Desktop.
Save inazt/449696 to your computer and use it in GitHub Desktop.
<?php
function genesis_siamensis_preprocess_page(&$vars, $hook) {
if(empty($vars['section_class'])) {
$section = 'front_page';
$vars['section_class'] = 'class="body front_page '. safe_string('section-'. $section) .'"';
}
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment