' . get_the_title() . '' ); */ ?>

1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?>
    'twentyten_comment_guestbook' ) ); ?>
1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?>

'

' . ' ' . ( $req ? '*' : '' ) . '' .'

', 'email' => '

' . ' ' . ( $req ? '*' : '' ) . '' . '

', 'url' => '

' . '' . '

', 'city' => '

' . '' . '

', 'pays' => '

' . '
' . '

', ); $guestbook = array( 'fields' => apply_filters( 'comment_form_default_fields', $fields ), //'comment_field' => '

', 'comment_field' => '

', 'must_log_in' => '

' . sprintf( __( 'You must be logged in to post a comment.','twentyten-child' ), wp_login_url( apply_filters( 'the_permalink', get_permalink( $post_id ) ) ) ) . '

', 'logged_in_as' => '

' . sprintf( __( 'Logged in as %2$s. Log out?','twentyten-child' ), admin_url( 'profile.php' ), $user_identity, wp_logout_url( apply_filters( 'the_permalink', get_permalink( $post_id ) ) ) ) . '

', //'comment_notes_before' => '

' . __( 'Your email address will not be published.' ) . ( $req ? $required_text : '' ) . '

', 'comment_notes_before' => '', //'comment_notes_after' => '

' . sprintf( __( 'You may use these HTML tags and attributes: %s' ), ' ' . allowed_tags() . '' ) . '

', 'comment_notes_after' => '', 'id_form' => 'commentform', 'id_submit' => 'submit', //'title_reply' => __( 'Leave a Reply' ), 'title_reply' => __( 'Leave a Message','twentyten-child' ), 'title_reply_to' => __( 'Leave a Reply to %s','twentyten-child' ), 'cancel_reply_link' => __( 'Cancel reply','twentyten-child' ), 'label_submit' => __( 'Sign Guestbook','twentyten-child' ) ); comment_form($guestbook); ?>