array(), /** * * Content Sidebars * Main Sidebar - is used by default for next templates: Blog, Archives, Author, Categories, Tags and Search Results. * Front Page Sidebar - is used by default for Front Page template. * Single Sidebar - is used by default for single post template. * Page Sidebar - is used by default for page template. */ 'content' => array( 'main' => array( 'id' => 'main', 'name' => __( 'Main Sidebar' , 'cronus' ), 'description' => __( 'Main Sidebar - is used by default for next templates: Blog, Archives, Author, Categories, Tags and Search Results.' , 'cronus' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

' ), 'front-page' => array( 'id' => 'front-page', 'name' => __( 'Front Page - Default Sidebar' , 'cronus' ), 'description' => __( 'Front Page Sidebar - is used by default for Front Page template.' , 'cronus' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

' ), 'post' => array( 'id' => 'post', 'name' => __( 'Single Post - Default Sidebar' , 'cronus' ), 'description' => __( 'Default Single Post Sidebar - is used by default for single post template.' , 'cronus' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

' ), 'page' => array( 'id' => 'page', 'name' => __( 'Page - Default Sidebar' , 'cronus' ), 'description' => __( 'Page Sidebar - is used by default for page template.' , 'cronus' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

' ) ), /** * * Footer Sidebars */ 'footer' => array() ); tempo_cfgs::set( 'sidebars', $cfgs ); ?>