if ( function_exists('register_sidebar') ) register_sidebar(array( 'before_widget' => '', 'before_title' => '

', 'after_title' => '

', )); ?> function mytheme_comment($comment, $args, $depth) { $GLOBALS['comment'] = $comment; ?>
  • id="comment- comment_ID() ?>"> echo get_avatar($comment,$size='48'); ?>
    if ($comment->comment_approved == '0') : ?> _e('Your comment is awaiting moderation.') ?>
    endif; ?> comment_text() ?>
    comment_reply_link(array_merge( $args, array('depth' => $depth, 'max_depth' => $args['max_depth']))) ?>
    } ?> // Set some default values define('HEADER_TEXTCOLOR', '203045'); // Default text color define('HEADER_IMAGE', '%s/images/tophead.jpg'); // %s is theme dir uri, set a default image define('HEADER_IMAGE_WIDTH', 960); // Default image width is actually the div's height define('HEADER_IMAGE_HEIGHT', 110); // Same for height function header_style() { // This function defines the style for the theme // You can change these selectors to match your theme ?> } function admin_header_style() { // This function styles the admin page ?> } add_custom_image_header('header_style', 'admin_header_style'); { ?> } function pro_footer() { ?>