</div> <!-- id="sub-footer" --> <div id="copyright" style="text-align:center"> Copyright © <?php $the_year = date("Y"); echo $the_year > 2011 ? '2011 - ' . $the_year : $the_year; ?> quickreference.info. All Rights Reserved. </div> <!-- Google Analytics ~~~ --> <?php hmt_option('hmt_google_analytics'); ?> <?php wp_footer(); ?> <?php echo '<!-- Number of Queries:'; echo get_num_queries(); echo ' Seconds: '; timer_stop(1); echo '-->'; echo "\n"; ?> </body>
<?php if ($preset_mode) { hmt_preset_logo(); } else { if (hmt_get_option(hmt_logo_url)) { // if there is a logo url in the options then display the logo and alt text ?> <div id="header-bar-logo"> <a href="<?php bloginfo('url'); ?> /"><img src="<?php hmt_option('hmt_logo_url'); ?> " alt="<?php hmt_option('hmt_alt_text'); ?> " /></a> </div> <!-- id="header-bar-logo" --> <?php } } ?> <!-- The Name of the Blog and the Tagline ~~~ --> <?php if (!hmt_get_option(hmt_show_title_and_tagline)) { //alternatively, if you want the title and tag line you can show that too
</div> <!-- id="page-body-wrapper" --> <?php get_footer(); ?> <?php } else { ?> <div id="google-results-body-wrapper"> <div class="google-search-content"> <?php hmt_option('hmt_google_results'); ?> </div> <!-- class="google-search-content" --> </div> <!-- id="google-results-body-wrapper" --> <?php get_footer(); ?> <?php } ?> <!-- End of google-results.php