'ffffff', 'text' => '333333', 'link' => '637677', 'border' => 'dceeee', 'url' => 'e5a1a1', ); $content_width = 490; if ( function_exists('register_sidebars') ) register_sidebars(1); add_theme_support( 'automatic-feed-links' ); // Custom background add_custom_background(); add_theme_support( 'print-style' ); /** * Enqueue scripts and styles */ function fresh_bananas_scripts() { wp_enqueue_style( 'fresh-bananas', get_stylesheet_uri() ); if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) wp_enqueue_script( 'comment-reply' ); } add_action( 'wp_enqueue_scripts', 'fresh_bananas_scripts' ); function fresh_bananas_comment($comment, $args, $depth) { $GLOBALS['comment'] = $comment; extract($args, EXTR_SKIP); ?>