_('Header Menu')) ); } add_action ('init','register_my_menus'); if( function_exists('register_sidebar')) { register_sidebar(array( 'name'=>'sidebar1', 'before_widget'=>'
', 'after_widget'=>'
', 'before_title'=>'

', 'after_title'=>'

')); register_sidebar(array( 'name'=>'header-sidebar', 'before_widget'=>'', 'after_widget'=>'', 'before_title'=>'

', 'after_title'=>'

')); } function blognote_comment( $comment, $args, $depth ) { $GLOBALS['comment'] = $comment; ?>
  • id="li-comment-">
    %s', get_comment_author_link() ) ); ?>
    comment_approved == '0' ) : ?> Your comment is in moderation.
    $depth, 'max_depth' => $args['max_depth'] ) ) ); ?>