__( 'Pages Navigation', 'Basically' ), 'header-cats' => __( 'Categories Navigation', 'Basically' ) ) ); } // Sidebar Function if (function_exists('register_sidebar')) { register_sidebar(array( 'id' => 'sidebar-1', 'name' => 'Sidebar', 'description' => 'This sidebar appears on the right side of your site', 'before_title' => '
', 'after_title' => '
', )); } // Custom Header Functions define('HEADER_TEXTCOLOR', ''); define('HEADER_IMAGE', '%s/images/header.png'); // %s is theme dir uri define('HEADER_IMAGE_WIDTH', 950); define('HEADER_IMAGE_HEIGHT', 135); define( 'NO_HEADER_TEXT', true ); function Basically_admin_header_style() { ?> '; // tag before the current crumb $after = ''; // tag after the current crumb if ( !is_home() && !is_front_page() || is_paged() ) { echo ''; } } // end dimox_breadcrumbs() if ( ! isset( $content_width ) ) $content_width = 620; ?>