File: /homepages/4/d4297730999/htdocs/wordpress/wp-content/themes copy/twentyeleven/content-single.php
<?php
/**
* The template for displaying content in the single.php template
*
* @package WordPress
* @subpackage Twenty_Eleven
* @since Twenty Eleven 1.0
*/
?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<header class="entry-header">
<h1 class="entry-title"><?php the_title(); ?></h1>
<?php the_post_thumbnail(); ?>
<span style="font:normal 12px georgia,times new roman,serif;color:#666;display:block;margin-top:20px;margin-bottom:0"><?php the_date(); ?></span>
</header><!-- .entry-header -->
<div class="entry-content">
<?php the_content(); ?>
</div><!-- .entry-content -->
<div style="display:table;clear:both;margin-bottom:20px;border-top:1px solid #FFF;padding:10px 0 10px 0;width:100%">
<div style="float:left;width:95px;margin-left:820px;margin-top:-1px"><div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#appId=169698393091827&xfbml=1"></script><fb:like href="" send="false" layout="button_count" width="100" show_faces="false" font=""></fb:like></div>
<div style="float:left;width:85px"><g:plusone size="medium"></g:plusone><script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script></div>
<div style="float:left;width:100px"><a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>
</div>
</article><!-- #post-<?php the_ID(); ?> -->