'; $smilies='

'.$smilies.'

'; } $comment_notes='

' . __('NOTE - You can use these ','simpletheme') . sprintf(('HTML '.__('tags and attributes:','simpletheme').'
%s' ), ' ' . allowed_tags() . '' ) . '

'; if($simpletheme_options['comment_notes']=='true') $comment_notes=''; $fields = array( 'author' => '

' . ''. '

', 'email' => '

' . '

', 'url' => '

' . '

', ); $args = array( 'fields' => apply_filters( 'comment_form_default_fields', $fields ), 'comment_notes_before' => '', 'comment_field' => $smilies.'

', 'comment_notes_after' => $comment_notes, 'title_reply' => __( 'Leave a Comment', 'simpletheme'), 'title_reply_to' => __('Reply to %s ¬
','simpletheme'), 'cancel_reply_link' => __( 'Cancel reply', 'simpletheme' ), 'label_submit' => __( 'SUBMIT', 'simpletheme' ) ); comment_form($args); $havepings = 0; foreach($comments as $comment){ if(get_comment_type() != 'comment' && $comment->comment_approved != '0'){ $havepings = 1; break; } } if($havepings == 1) : ?>