__('Single Column','k2_domain'), __('Two Columns', 'k2_domain'), __('Three Columns', 'k2_domain') ); // Get the asides category $asides_id = get_option('k2asidescategory'); // Get the categories we might use for asides $asides_cats = get_categories('get=all'); // Get the current K2 header picture $header_picture = get_option('k2header_picture'); $header_sizes = array( 1 => __('560 x 200 px','k2_domain'), __('780 x 200 px','k2_domain'), __('950 x 200 px','k2_domain') ); // Check that we can write to the headers folder and that it exists $is_headers_writable = is_writable(K2_HEADERS_PATH); $is_headers_dir = is_dir(K2_HEADERS_PATH); // Get the header pictures $picture_files = K2Header::get_header_images(); ?>
%s
, needed to store custom styles is missing.For you to be able to use custom styles, you need to add this directory.
','k2_domain'), K2_STYLES_PATH ); ?>