--></span> <div class="post"> <?php the_content('Read the rest of this entry »'); ?> </div> <p class="postmetadata"><?php the_tags('Tags: ', ', ', '<br />'); ?> Posted in <?php the_category(', '); ?> | <?php edit_post_link('Edit', '', ' | '); ?> </p> <?php } ?> </div> <div id="disqus_thread"></div><script type="text/javascript" src="http://disqus.com/forums/kennethreitz/embed.js"></script><noscript><a href="http://kennethreitz.disqus.com/?url=ref">View the discussion thread.</a></noscript><a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a> </div> <?php getSidebar(); ?> <?php get_footer();
/** * Print HTML footer. * @param string $page * @return void */ function printFooter($page = BASE_PAGE) { $sidebar = getSidebar($page); $footer = strftime(FOOTER_TEXT); echo <<<PAGE_FOOT </div> </div> <div id="sidebar"> {$sidebar} </div> \t<div id="footer"> {$footer} </div> </div> </body> </html> PAGE_FOOT; }