<?php if(of_get_option("alltuts_posts_layout")==0) { ?>
<div class="postThumb"><a href="<?php the_permalink() ?>"><?php the_post_thumbnail(); ?></a></div>
<div class="textPreview">
<?php the_excerpt(); ?>
</div>
<?php } else { ?>
<?php the_content(''); ?>
<?php } ?>