© Company Name

comment_type ) : case 'pingback' : case 'trackback' : ?>
  • id="li-comment-">
    %2$s', sprintf( '%1$s', get_comment_author_link() ), __( 'says', 'cyberchimps' ) ); ?>
    comment_approved == '0' ) : ?>
    $depth, 'max_depth' => $args['max_depth'] ) ) ); ?>
    $imagepath . 'backgrounds/thumbs/none.png', 'noise' => $imagepath . 'backgrounds/thumbs/noise.png', 'blue' => $imagepath . 'backgrounds/thumbs/blue.png', 'dark' => $imagepath . 'backgrounds/thumbs/dark.png', 'space' => $imagepath . 'backgrounds/thumbs/space.png' ); return $options; } add_filter( 'cyberchimps_background_image', 'cyberchimps_background_image' ); // theme specific typography options function cyberchimps_typography_sizes( $sizes ) { $sizes = array( '8','9','10','12','14','16','20' ); return $sizes; } function cyberchimps_typography_faces( $faces ) { $faces = array( 'Arial, Helvetica, sans-serif' => 'Arial', 'Arial Black, Gadget, sans-serif' => 'Arial Black', 'Comic Sans MS, cursive' => 'Comic Sans MS', 'Courier New, monospace' => 'Courier New', 'Georgia, serif' => 'Georgia', 'Impact, Charcoal, sans-serif' => 'Impact', 'Lucida Console, Monaco, monospace' => 'Lucida Console', 'Lucida Sans Unicode, Lucida Grande, sans-serif' => 'Lucida Sans Unicode', 'Palatino Linotype, Book Antiqua, Palatino, serif' => 'Palatino Linotype', 'Tahoma, Geneva, sans-serif' => 'Tahoma', 'Times New Roman, Times, serif' => 'Times New Roman', 'Trebuchet MS, sans-serif' => 'Trebuchet MS', 'Verdana, Geneva, sans-serif' => 'Verdana', 'Symbol' => 'Symbol', 'Webdings' => 'Webdings', 'Wingdings, Zapf Dingbats' => 'Wingdings', 'MS Sans Serif, Geneva, sans-serif' => 'MS Sans Serif', 'MS Serif, New York, serif' => 'MS Serif', ); return $faces; } function cyberchimps_typography_styles( $styles ) { $styles = array( 'normal' => 'Normal','bold' => 'Bold' ); return $styles; } add_filter( 'cyberchimps_typography_sizes', 'cyberchimps_typography_sizes' ); add_filter( 'cyberchimps_typography_faces', 'cyberchimps_typography_faces' ); add_filter( 'cyberchimps_typography_styles', 'cyberchimps_typography_styles' );