Advertisement
Guest User

Untitled

a guest
Mar 7th, 2013
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. </div>
  2.  
  3. <!-- end #page here -->
  4.  
  5. <!-- begin #footer -->
  6.  
  7. <footer id="footer">
  8.  
  9.  
  10.  
  11. <div id="footer-arrow"></div>
  12.  
  13.  
  14.  
  15. <div class="container clearfix">
  16.  
  17.  
  18.  
  19. <?php if ( is_active_sidebar( 'footer-sidebar' ) ) : ?>
  20.  
  21.  
  22.  
  23. <?php dynamic_sidebar( 'footer-sidebar' ); ?>
  24.  
  25.  
  26.  
  27. <?php else : ?>
  28.  
  29.  
  30.  
  31. <!-- This content shows up if there are no widgets defined in the backend. -->
  32.  
  33.  
  34.  
  35. <div class="one-fourth">
  36.  
  37.  
  38.  
  39. <!-- This content shows up if there are no widgets defined in the backend. -->
  40.  
  41.  
  42.  
  43. <div class="help">
  44.  
  45.  
  46.  
  47. <p>
  48.  
  49. <?php _e("Please activate some Widgets.", "site5framework"); ?>
  50.  
  51.  
  52.  
  53. <?php if(current_user_can('edit_theme_options')) : ?>
  54.  
  55. <a href="<?php echo admin_url('widgets.php')?>" class="add-widget"><?php _e("Add Widget", "site5framework"); ?></a>
  56.  
  57. <?php endif ?>
  58.  
  59. </p>
  60.  
  61.  
  62.  
  63. </div>
  64.  
  65.  
  66.  
  67. </div>
  68.  
  69.  
  70.  
  71. <?php endif; ?>
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79. </div> <!-- end #footerWidgets -->
  80.  
  81.  
  82.  
  83. <!-- begin #copyright -->
  84.  
  85. <div id="copyrights">
  86.  
  87. <div class="container clearfix">
  88.  
  89.  
  90.  
  91. <?php if(of_get_option('sc_footer_copyright') == '') { ?>
  92.  
  93. <?php } else { ?>
  94.  
  95. <?php echo of_get_option('sc_footer_copyright') ?>
  96.  
  97. <?php } ?>
  98.  
  99.  
  100.  
  101. </div> <!-- end #copyright -->
  102.  
  103. </div> <!-- end #container -->
  104.  
  105. </footer> <!-- end footer -->
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113. <!-- scripts are now optimized via Modernizr.load -->
  114.  
  115. <script src="<?php echo get_template_directory_uri(); ?>/library/js/scripts.js" type="text/javascript"></script>
  116.  
  117.  
  118.  
  119. <!--[if lt IE 7 ]>
  120.  
  121. <script src="//ajax.googleapis.com/ajax/libs/chrome-frame/1.0.3/CFInstall.min.js"></script>
  122.  
  123. <script>window.attachEvent('onload',function(){CFInstall.check({mode:'overlay'})})</script>
  124.  
  125. <![endif]-->
  126.  
  127.  
  128.  
  129. <?php wp_footer(); // js scripts are inserted using this function ?>
  130.  
  131. </body>
  132.  
  133. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement