'; print ''; print ''; print ''; comment_form(array( 'fields' => array( 'author' => '
', 'email' => '
', 'url' => '
', ), 'title_reply' => __('Leave a Comment', 'Arjuna'), 'title_reply_to' => __('Leave a Reply to %s', 'Arjuna'), 'cancel_reply_link' => '' . __('Cancel Reply', 'Arjuna') . '', 'comment_field' => '
', 'must_log_in' => '

' . sprintf(__('You must be %slogged in%s to post a comment.', 'Arjuna'), '', '') . '

', 'logged_in_as' => '
' . sprintf(__('Logged in as %s.', 'Arjuna'), ''.$user_identity.'') . ' ' . __('Logout', 'Arjuna') . '
', 'comment_notes_before' => '', 'comment_notes_after' => '', 'id_form' => 'commentform', 'id_submit' => 'submit', )); ?>