'; echo '
'; } function head_end() { echo '
'; echo ''; } function main_start() { //determine if we are going 9 wide or 12 wide if ( _SF2::nav_decider() == true ) { $col = 12; } else { $col = 9; } echo '
'; if ( is_front_page() ) { $front_width = apply_filters( '_sf2_front_col', $col ); echo '
'; } else { echo '
'; } } function main_end() { echo '
'; echo '
'; } function sidebar_start() { echo '
'; echo ''; } function footer_start() { echo ''; } } /** * Init class */ new _sf2_fgrid();