'left_sidebar', 'name'=>__( 'Left Sidebar', 'blacklens' ), 'before_widget' => '', 'after_widget' => '', 'before_title' => '

', 'after_title' => '

', )); } if (function_exists('register_nav_menus')) { register_nav_menus( array( 'top_nav' => __( 'Top Navigation menu', 'blacklens' ) , ) ); } if (function_exists('add_theme_support')){ add_theme_support('automatic-feed-links'); } if ( ! isset( $content_width ) ) $content_width = 640; } function blacklens_nav_fallback() { ?>