File: D:/HostingSpaces/budilia/budilia.nl/wwwroot/wp-content/themes/zeestyle/comments.php
<?php
// Do not delete these lines
if (!empty($_SERVER['SCRIPT_FILENAME']) && 'comments.php' == basename($_SERVER['SCRIPT_FILENAME']))
die ('Please do not load this page directly. Thanks!');
if ( post_password_required()) { ?>
<p><?php _e('Enter password to view comments.', 'themezee_lang'); ?></p>
<?php return; } ?>
<!-- You can start editing here. -->
<?php if ( have_comments() ) : ?>
<div id="comments">
<h3><?php comments_number(__('No comments', 'themezee_lang'),__('One comment','themezee_lang'),__('% comments','themezee_lang') );?></h3>
<?php if ( get_comment_pages_count() > 1 ) : ?>
<div class="comment_navi">
<div class="alignleft"><?php previous_comments_link() ?></div>
<div class="alignright"><?php next_comments_link() ?></div>
</div>
<div class="clear"></div>
<?php endif; ?>
<ol class="commentlist">
<?php wp_list_comments( array('avatar_size' => 64)); ?>
</ol>
<?php if ( get_comment_pages_count() > 1 ) : ?>
<div class="comment_navi">
<div class="alignleft"><?php previous_comments_link() ?></div>
<div class="alignright"><?php next_comments_link() ?></div>
</div>
<div class="clear"></div>
<?php endif; ?>
<div class="clear"></div>
</div>
<?php else : ?>
<?php if ( ! comments_open() and !is_page() ) : ?>
<p class="nocomments"><?php _e('Comments are closed.', 'themezee_lang'); ?></p>
<?php endif; ?>
<?php endif; ?>
<?php if ( comments_open() ) : ?>
<?php comment_form(array('comment_notes_after' => '')); ?>
<div class="clear"></div>
<?php endif; ?>