Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.67 KB | None | 0 0
  1. <div id="footer-bottom">
  2.                     <div class="container clearfix">
  3.                 <?php
  4.                     if ( false !== et_get_option( 'show_footer_social_icons', true ) ) {
  5.                         get_template_part( 'includes/social_icons', 'footer' );
  6.                         ?>
  7.                         <a href="http://www.tripadvisor.ca/Attraction_Review-g155019-d7225539-Reviews-LockQuest-Toronto_Ontario.html"><img src="http://lockquest.com/wp-content/uploads/2014/11/icon.png"/></a>
  8.                         <?php
  9.                         }
  10.                 ?>
  11.  
  12.                         <p id="footer-info"><?php printf( __( '©2014 %1$s', 'LockQuest Inc.' ), '<a href="http://www.lockquest.com" title="LockQuest Inc. - Escapist Fantasy Made Real">LockQuest Inc.</a>' ); ?></p>
  13.                     </div>  <!-- .container -->
  14.                 </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement