Advertisement
FriendlyWP

SSW Theme Footer.php

Feb 13th, 2013
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.97 KB | None | 0 0
  1.             <footer class="footer" role="contentinfo">
  2.            
  3.                 <div id="inner-footer" class="wrap clearfix">
  4.                    
  5.                     <div class="footer-content"><?php if( function_exists('the_field') ) {
  6.                         the_field('quick_links', 'option');
  7.                     } ?>
  8.                     </div> 
  9.                    
  10.                     <!-- ORANGE TOWER & MENU BAR -->
  11.                     <div class="tower-logo">
  12.                         <span><img src="<?php echo get_bloginfo('stylesheet_directory'); ?>/library/images/footer_tower_statement.png" alt="What Starts Here Changes the World" /></span>
  13.                     </div>
  14.                
  15.                 </div> <!-- end #inner-footer -->
  16.  
  17.                
  18.  
  19.                 <div class="ut-footer">
  20.                     <div class="wrap clearfix">
  21.                         <?php if( function_exists('the_field') ) {
  22.                             the_field('ut_links', 'option');
  23.                         } ?>
  24.                     </div>
  25.                 </div>
  26.                
  27.             </footer> <!-- end footer -->
  28.        
  29.         </div> <!-- end #container -->
  30.        
  31.         <!-- all js scripts are loaded in library/bones.php -->
  32.         <?php wp_footer(); ?>
  33.  
  34.     </body>
  35.  
  36. </html> <!-- end page. what a ride! -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement