Advertisement
Guest User

Untitled

a guest
Jul 28th, 2015
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. <div class="outer">
  2. <div id="footer">Copyright &copy; <a href="<?php bloginfo('home'); ?>"><strong><?php bloginfo('name'); ?></strong></a> - <?php bloginfo('description'); ?> - Powered by <a href="http://wordpress.org/"><strong>WordPress</strong></a></div>
  3. <?php // This theme is released free for use under creative commons licence. http://creativecommons.org/licenses/by/3.0/
  4. // All links in the footer should remain intact.
  5. // These links are all family friendly and will not hurt your site in any way.
  6. // Warning! Your site may stop working if these links are edited or deleted ?>
  7. <div id="credits">Super liga Srbije, Prva liga Srbije, Srpska liga, Zona, Okruzna liga, Gradska liga</div>
  8. </div>
  9. </div>
  10. </div></div>
  11. <?php
  12. wp_footer();
  13. echo get_theme_option("footer") . "\n";
  14. ?>
  15. </body>
  16. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement