Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 2nd, 2012  |  syntax: None  |  size: 1.65 KB  |  hits: 21  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <div id="bottom" class="fullspan">
  2.        
  3.         <div class="container_16 clearfix">
  4.                
  5.                 <div class="grid_10">
  6.  
  7.                 <?php query_posts('page_id=' . get_page_id ( get_option('woo_about') ) ); ?>
  8.        
  9.                         <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
  10.  
  11.                                 <h2><?php the_title(); ?></h2>
  12.                                
  13.                                 <?php the_content(); ?>                        
  14.                        
  15.                         <?php endwhile; endif; ?>
  16.                
  17.                 </div>
  18.                
  19.                
  20.                 <div class="grid_6">
  21.                         <div id="newsletter">
  22.  
  23.                 <?php query_posts('page_id=' . get_page_id ( get_option('woo_contact') ) ); ?>
  24.        
  25.                         <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
  26.  
  27.                                 <h3><?php the_title(); ?></h3>
  28.                                
  29.                                 <?php the_content(); ?>                        
  30.                        
  31.                         <?php endwhile; endif; ?>
  32.                         </div><!-- /newsletter -->
  33.                 </div>
  34.         </div><!-- /container_16 -->
  35.  
  36. </div><!-- /bottom -->
  37.  
  38. <div id="footer" class="fullspan">
  39.  
  40.         <div class="container_16">
  41.                 <div class="grid_16">
  42.                         <p><span class="floatleft"><?php _e('Copyright',woothemes); ?> &copy; <?php bloginfo(); ?></span><span class="floatright">More Info...</span></p>
  43.                 </div>
  44.         </div><!-- /container_16 -->
  45.  
  46. </div><!-- /footer -->
  47.  
  48. </div><!-- /wrap -->
  49.  
  50. <?php wp_footer(); ?>
  51.  
  52. <script type="text/javascript" src="http://planright.continuitycompliance.org/wp-content/uploads/2010/06/cufon-yui.js"></script>
  53. <script type="text/javascript" src="http://planright.continuitycompliance.org/wp-content/uploads/2010/06/Museo_Slab_500_400.font_.js"></script>
  54. <script type="text/javascript">
  55. $(document).ready(function() {
  56.  
  57.                                        
  58.         $('ul#pagenav li:last-child').addClass('last');
  59.  
  60.         //cufon
  61.         Cufon.replace('#featured h2');
  62.         Cufon.now(); //ie
  63.  
  64.  });
  65.  
  66. </script>
  67. </body>
  68. </html>