>
'top-bar', 'container'=> 'div', 'menu_id' => 'top-bar-menu', 'fallback_cb' => false, 'depth' => 1, 'menu_class' => 'menu clear' ) ); ?>
'; /** * graduate_simple_breadcrumb hook * * @hooked graduate_simple_breadcrumb - 10 * */ do_action( 'graduate_simple_breadcrumb' ); echo ''; return; } endif; add_action( 'graduate_add_breadcrumb', 'graduate_add_breadcrumb' , 20 ); if ( ! function_exists( 'graduate_footer_start' ) ) : /** * Footer Widgets * * @since Graduate 0.1 * */ function graduate_footer_start() { $footer_sidebar_data = graduate_footer_sidebar_class(); $footer_class = $footer_sidebar_data['class']; ?>