Mary_Pieroszkiewicz

footer.php

Nov 6th, 2019
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.74 KB | None | 0 0
  1.     </div>
  2.  
  3.     <footer class="jku-footer">
  4.         <div class="jku-label-wrapper">
  5.             <div><span>Made with <img src="/wp-content/themes/jakub-kuron/svg/jkuron-icon-heart0.svg" alt="Heart" /> by <a href="http://riseproject.pl" target="_blank">RISE</a></span></div>
  6.         </div>
  7.         <div class="jku-container">
  8.             <div class="jku-column jku-col-3">
  9.                 <div class="jku-col-content">
  10.                     <?php dynamic_sidebar( 'footer-column-1' ); ?>
  11.                 </div>
  12.             </div>
  13.             <div class="jku-column jku-col-3">
  14.                 <div class="jku-col-content">
  15.                     <?php dynamic_sidebar( 'footer-column-2' ); ?>
  16.                 </div>
  17.             </div>
  18.             <div class="jku-column jku-col-3">
  19.                 <div class="jku-col-content">
  20.                     <?php dynamic_sidebar( 'footer-column-3' ); ?>
  21.                 </div>
  22.             </div>
  23.         </div>
  24.         <div class="jku-container jku-dedication" style="display: none;">
  25.             <div class="jku-column jku-col-6">
  26.                 <div class="jku-col-content">
  27.                     <p>Miejsce lorem ipsum na dedykację suspendisse amet est.</p>
  28.                 </div>
  29.             </div>
  30.         </div>
  31.     </footer>
  32.  
  33. </div>
  34.  
  35.         <script>
  36.           (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  37.           (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  38.           m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  39.           })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
  40.  
  41.           ga('create', 'UA-88128546-1', 'auto');
  42.           ga('send', 'pageview');
  43.         </script>
  44.  
  45. <?php wp_footer(); ?>
  46.  
  47. </body>
  48. </html>
Advertisement
Add Comment
Please, Sign In to add comment