You are on page 1of 3

<?php get_header(); the_post(); ?

> <div id="content-full"> <div id="hr"> <div id="hr-center"> <div id="intro"> <div class="center-highlight"> <div class="container"> <?php include(TEMPLATEPATH . '/i ncludes/breadcrumbs.php'); ?> </div> <!-- end .container --> </div> <!-- end .center-highlight --> </div> <!-- end #intro --> </div> <!-- end #hr-center --> </div> <!-- end #hr --> <div class="center-highlight"> <div class="container"> <div id="content-area" class="clearfix"> <div id="left-area"> <?php if (get_option('deepfocus_integrat ion_single_top') <> '' && get_option('deepfocus_integrate_singletop_enable') == 'on') echo(get_option('deepfocus_integration_single_top')); ?> <div class="entry clearfix post"> <?php $width = 185; $height = 185; $classtext = ''; $titletext = get_the_t itle(); $thumbnail = get_thumb nail($width,$height,$classtext,$titletext,$titletext); $thumb = $thumbnail["t humb"]; ?> <?php if (get_option('deepfocus_ blog_thumbnails') == 'on' && $isBlogPage) { ?> <?php if($thumb <> '') { ?> <div class="blog -thumb"> <?php pr int_thumbnail($thumb, $thumbnail["use_timthumb"], $titletext, $width, $height, $ classtext); ?> <span cl ass="overlay"></span> </div> <!-- end .blog-thumb --> <?php } ?> <?php } ?>

<h1 class="title"><?php the_titl e(); ?></h1>

<?php include(TEMPLATEPATH . '/i ncludes/postinfo.php'); ?> <?php if($thumb == '') echo('<di v class="clear"></div>'); ?>

<?php if($thumb <> '' && get_opt ion('deepfocus_page_thumbnails') == 'on') { ?> <div class="post-thumbna il"> <?php print_thum bnail($thumb, $thumbnail["use_timthumb"], $titletext , $width, $height, $classte xt); ?> <span class="ove rlay"></span> </div> <!-- end .thumbn ail --> <?php }; ?> <?php the_content(); ?> <!-------- COMPARTILHAR NO FACEBOOK ---------------------------------------> <br /> <a href="http://www.facebook.com/sharer.php?u=<?php the_permalink();?>&t=<?php t he_title(); ?>" target="_blank" rel="nofollow"><img src="http://namthai.siteprof issional.com/2011/wp-content/uploads/2012/01/compartilhar.png" border="0"></a> </br /> <p> <?php wp_link_pages(array('Anter ior' => '<p><strong>'.__('P&aacute;ginas','DeepFocus').':</strong> ', 'Pr&oacute ;ximo' => '</p>', 'next_or_number' => 'number')); ?> <?php edit_post_link(__('Editar' ,'DeepFocus')); ?> </div> <!-- end .entry --> <?php if (get_option('deepfocus_integrat ion_single_bottom') <> '' && get_option('deepfocus_integrate_singlebottom_enable ') == 'on') echo(get_option('deepfocus_integration_single_bottom')); ?> <?php if (get_option('deepfocus_show_pag escomments') == 'on') comments_template('', true); ?> </div> <!-- end #left-area --> <?php get_sidebar(); ?> </div> <!-- end #content-area -->

</div> <!-- end .container --> <?php get_footer(); ?>

<a href="http://namthai.siteprofissional.com/2011/?page_id=277">Cadastre-se em n ossa Newsletter</a>

You might also like