johnburn

Untitled

Mar 26th, 2011
417
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.04 KB | None | 0 0
  1. <div id="footer" class="clearfix">
  2.    
  3.    
  4.    
  5.    
  6.             <div class="connetwithus">
  7.                  <?php if (function_exists('dynamic_sidebar') && dynamic_sidebar(2) )  ?>
  8.             </div>
  9.            
  10.             <div class="connetwithus">
  11.                 <h3>Other Links</h3>
  12.                   <?php if ( get_option('ptthemes_footerpages') <> "" ) { ?>
  13.                     <ul class="fnav">
  14.                     <?php wp_list_pages('title_li=&depth=0&include=' . get_option('ptthemes_footerpages') . '&sort_column=menu_order'); ?>
  15.                     </ul>
  16.                 <?php } ?>
  17.             </div>
  18.            
  19.             <div class="livehelp">
  20.                 <?php if (function_exists('dynamic_sidebar') && dynamic_sidebar(3) )  ?>
  21.             </div>
  22.            
  23.            
  24.            
  25.             <div class="copyrights">
  26.             <p > &copy; <?php the_time('Y'); ?> <?php bloginfo(); ?>  All rights reserved. </p>
  27.             <p> <span class="designby"> <a href="http://www.wpunlocks.com">Free Premium Wordpress Themes</a> & <a href="http://www.bbiphones.com">Blackberry and iPhones Support</a> Emporium Theme by </span>  <span class="templatic"> <a href="http://templatic.com" title="templatic.com"><strong>Premium Wordpress Themes</strong></a>  </span></p>   
  28.            
  29.                 <img src="<?php bloginfo('template_directory'); ?>/images/secure_payment.png" alt=""  />
  30.            
  31.             </div>
  32.            
  33.            
  34.            
  35.            
  36.      </div><!-- footer #end -->
  37.  
  38.  <?php wp_footer(); ?><?php if ( get_option('ptthemes_google_analytics') <> "" ) { echo stripslashes(get_option('ptthemes_google_analytics')); } ?>
  39.  
  40. <?php if(is_home()){ // home page slider jquery ?>
  41. <?php /*?><script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/library/js/jquery-1.2.6.min.js"></script><?php */?>
  42. <?php
  43. }
  44. elseif(get_option('permalink_structure') == '')
  45. {
  46. ?>
  47. <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/library/js/jquery-1.2.6.min.js"></script>
  48. <?php
  49. }
  50. ?>
  51.  
  52. </body>
  53.  
  54. </html>
Add Comment
Please, Sign In to add comment