Advertisement
johnburn

Untitled

May 9th, 2011
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.81 KB | None | 0 0
  1. <?php
  2.  
  3. /**
  4.  
  5.  * @package WordPress
  6.  
  7.  * @subpackage WebSource
  8.  
  9.  * @since Websource 1.0
  10.  
  11.  */
  12.  
  13. ?>
  14. </div><!-- /content -->
  15.  
  16.  
  17.  
  18. </div><!-- /container -->
  19.  
  20.  
  21.  
  22. <div id="bottom">
  23.  
  24. <div class="inner">
  25.  
  26.    
  27.  
  28.     <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("Footer") ) : ?>
  29.     <?php endif; ?>
  30.    
  31.  
  32. </div>
  33.  
  34. </div><!-- /bottom -->
  35.  
  36.  
  37.  
  38. <div id="footer">
  39.  
  40. <div class="inner">
  41.  
  42.  
  43.  
  44.     <?php $copy = get_option('ws_fleft'); ?>
  45.     <?php $design = get_option('ws_fright'); ?>
  46. <p>Powered by <a href="http://www.free-premium-wordpress-themes.com" rel="dofollow">Free Wordpress Themes</a></p>
  47.  
  48.     <?php echo $copy; ?></a></p>
  49.  
  50.     <p><?php echo $design ?></p>
  51.  
  52.  
  53.  
  54. </div>
  55. </div><!-- /footer -->
  56.  
  57.  
  58.  
  59. <script type="text/javascript"> Cufon.now(); </script>
  60.  
  61. <?php wp_footer(); ?>
  62. </body>
  63.  
  64.  
  65.  
  66. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement