Advertisement
Guest User

Wordpress Footer.php

a guest
May 19th, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. <footer>
  2.  
  3. <div class="row">
  4. <div class="col-md-6">
  5. <div class="copyright">
  6. &copy; Copyright <strong><?php echo date('Y'); ?></strong> by Pixel-Medien. Alle Rechte vorbehalten! <br>Webdesign und Webprogrammierung: <a href="http://pixel-medien.net">Pixel-Medien</a>
  7. </div>
  8. </div>
  9. </div>
  10.  
  11. </div>
  12. </footer>
  13. <?php wp_footer(); ?>
  14. </body>
  15. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement