File: /home/mmickelson/martyknows.com/wp-content/themes/fadtastic/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 class="nocomments"><?php _e( "This post is password protected. Enter the password to view comments." ); ?></p>
<?php
return;
}
if ( comments_open() ) : ?>
<?php comment_form(); ?>
<?php endif;
if ( have_comments() ) : ?>
<h2 id="comments" class="top_border"><?php comments_number( __( 'Leave a Reply' ), __( 'One Response' ), __( '% Responses' ) ); ?> to “<?php the_title(); ?>”</h2>
<p class="author"><img src="<?php bloginfo( 'stylesheet_directory' ); ?>/images/icon_rss.gif" alt="RSS Feed for <?php bloginfo( 'name' ); ?>" border="0" class="vertical_align" /> <strong><?php post_comments_feed_link( 'Comments RSS Feed' ); ?></strong></p>
<div class="commentlist">
<?php wp_list_comments( array( 'callback'=>'fadtastic_comment', 'style'=>'div' ) ); ?>
</div>
<div class="navigation">
<div class="alignleft"><?php previous_comments_link(); ?></div>
<div class="alignright"><?php next_comments_link(); ?></div>
</div>
<br />
<?php if ( comments_open() ) : ?>
<p><a href="#respond"><?php _e( "Where's The Comment Form?", 'fadtastic' ); ?></a></p>
<?php else : ?>
<p class="nocomments"><?php _e( 'Comments are closed.', 'fadtastic' ); ?></p>
<?php endif; ?>
<?php endif; ?>