
Untitled
By: a guest on
May 2nd, 2012 | syntax:
None | size: 1.65 KB | hits: 21 | expires: Never
<div id="bottom" class="fullspan">
<div class="container_16 clearfix">
<div class="grid_10">
<?php query_posts('page_id=' . get_page_id ( get_option('woo_about') ) ); ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<h2><?php the_title(); ?></h2>
<?php the_content(); ?>
<?php endwhile; endif; ?>
</div>
<div class="grid_6">
<div id="newsletter">
<?php query_posts('page_id=' . get_page_id ( get_option('woo_contact') ) ); ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<h3><?php the_title(); ?></h3>
<?php the_content(); ?>
<?php endwhile; endif; ?>
</div><!-- /newsletter -->
</div>
</div><!-- /container_16 -->
</div><!-- /bottom -->
<div id="footer" class="fullspan">
<div class="container_16">
<div class="grid_16">
<p><span class="floatleft"><?php _e('Copyright',woothemes); ?> © <?php bloginfo(); ?></span><span class="floatright">More Info...</span></p>
</div>
</div><!-- /container_16 -->
</div><!-- /footer -->
</div><!-- /wrap -->
<?php wp_footer(); ?>
<script type="text/javascript" src="http://planright.continuitycompliance.org/wp-content/uploads/2010/06/cufon-yui.js"></script>
<script type="text/javascript" src="http://planright.continuitycompliance.org/wp-content/uploads/2010/06/Museo_Slab_500_400.font_.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$('ul#pagenav li:last-child').addClass('last');
//cufon
Cufon.replace('#featured h2');
Cufon.now(); //ie
});
</script>
</body>
</html>