'pre-header', 'name' => __( 'Pre-header', 'planet-foundation' ), 'description' => __( 'Used to configure Pre-header. If no widget is specified, logo, title, and taglines will be used', 'planet-foundation' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

' )); register_sidebar(array( 'id' => 'primary', 'name' => __( 'Right Sidebar', 'planet-foundation' ), 'description' => __( 'Used to configure right sidebars. If no widget is specified, sidebar will not be displayed', 'planet-foundation' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

' )); register_sidebar(array( 'id' => 'left', 'name' => __( 'Left Sidebar', 'planet-foundation' ), 'description' => __( 'Used to configure left sidebars. If no widget is specified, sidebar will not be displayed', 'planet-foundation' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

' )); register_sidebar(array( 'id' => 'footer', 'name' => __( 'Footer', 'planet-foundation' ), 'description' => __( 'Configure your Footer. Specifying a widget here will override default', 'planet-foundation' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

' )); } add_action( 'widgets_init', 'pf_register_sidebars' ); ?>