',
'after_widget' => '
__('Primary Navigation', 'roots'),
'utility_navigation' => __('Utility Navigation', 'roots')
));
}
add_action('after_setup_theme', 'roots_setup');
/**
* Register default roots sidebars.
* Hook into 'widgets_init' function with a lower priority in your child
* theme to remove these sidebars.
*/
function roots_register_sidebars() {
register_sidebar(
array(
'id'=> 'roots-sidebar',
'name' => __('Sidebar', 'roots'),
'description' => __('Sidebar', 'roots'),
'before_widget' => '',
'after_widget' => '