nav_decider(); } else { $nav = $which; } return $nav; } endif; // _sf_nav exists /** * Smart Template Part Function. * Wrapper for helper::temp_parts(), which is a wrapper for get_template_part and pods_view. * * @author Josh Pollock * @package _sf * @since 2.0.3 */ if ( ! function_exists( '_sf_smart_parts') ) : function _sf_smart_parts( $parts, $cache = false ) { $helper = new helper(); return $helper->temp_part( $parts, $cache ); } endif; //_sf_smart_parts exists