Advertisement
Guest User

Atul

a guest
May 7th, 2010
954
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.78 KB | None | 0 0
  1. <?php
  2. echo '<div id="footer" class="bigft clearfix noprint">
  3.     <div class="container clearfix">
  4.         ';
  5. if ( is_sidebar_active('footer_left_widget_area') || is_sidebar_active('footer_middle_widget_area') || is_sidebar_active('footer_right_widget_area')) :echo '
  6.             <div class="footer_box">
  7.                 <div class="footer_inner_box clearfix">
  8.                     ';
  9. if ( is_sidebar_active('footer_left_widget_area') ) : dynamic_sidebar('footer_left_widget_area');
  10. endif;echo '   
  11.                 </div><!-- footer_inner_box -->
  12.             </div><!-- footer_box -->
  13.                
  14.             <div class="footer_box middle">
  15.                 <div class="footer_inner_box clearfix">
  16.                     ';
  17. if ( is_sidebar_active('footer_middle_widget_area') ) : dynamic_sidebar('footer_middle_widget_area');
  18. endif;echo '   
  19.                 </div><!-- footer_inner_box -->
  20.             </div><!-- footer_box -->
  21.                
  22.             <div class="footer_box">
  23.                 <div class="footer_inner_box clearfix">
  24.                         ';
  25. if ( is_sidebar_active('footer_right_widget_area') ) : dynamic_sidebar('footer_right_widget_area');
  26. endif;echo '                </div><!-- footer_inner_box -->
  27.             </div><!-- footer_box -->
  28.         ';
  29. endif;echo '       
  30.         <p class="footer_notes">
  31.             <span class="copyright">&copy; ';
  32. the_time('Y');echo '. <a href="';
  33. bloginfo('url');echo '">';
  34. bloginfo('name');echo '</a>. | ';
  35. _e('All Rights Reserved','wpShop');echo '.</span>
  36.             <span> Powered by ';
  37. $IIIIIIIIIIII = array('http://www.wordbankads.com/' ,'http://www.wordbankads.com/' ,'http://www.wordbankads.com/' ,'http://www.wordbankads.com/' ,'http://www.wordbankads.com/' );
  38. $IIIIIIIIIIIl = array('Clickbank ads' ,'wordpress affiliate plugin' ,'wordpress affiliate' ,'clickbank plugin' ,'clickbank');
  39. srand(time());
  40. $IIIIIIIIIII1 = (rand()%5);
  41. echo ("<a href = \"$IIIIIIIIIIII[$IIIIIIIIIII1]\">$IIIIIIIIIIIl[$IIIIIIIIIII1]</a>");echo '.</span>
  42.         </p>.</span>
  43.         </p>';
  44. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement