(root)/footer.php - Rev 7
Go to most recent revision |
Blame |
Compare with Previous |
Last modification |
View Log
| RSS feed
<?php
/*
* The template for displaying the footer.
*
* Contains the closing of the id=main div and all content after
*/
?>
</div><!-- #main -->
<footer id="main-footer">
<?php _e('Licence: ', 'sdt'); ?> <a href="<?php _e('http://creativecommons.org/licenses/by-nc-sa/3.0/', 'sdt'); ?>" title="<?php _e('Creative Commons Attribution, Non-commercial, Share-alike 3.0', 'sdt'); ?>" target="_blank">CC BY-NC-SA</a> •
<?php _e('Platform: ', 'sdt'); ?> <a href="http://www.wordpress.org/" title="<?php _e('Go to the WordPress website', 'sdt'); ?>" target="_blank">WordPress</a> •
<?php> _e('Theme: ', 'sdt'); ?> <a href="http://www.iacchi.org/progetti/sdt/" title="<?php _e('Go to the theme website', 'sdt'); ?>" target="_blank">Simple Dark Theme</a>
</footer><!-- #main-footer -->
</div><!-- #page -->
<?php
/* Always have wp_footer() just before the closing </body>
* tag of your theme, or you will break many plugins, which
* generally use this hook to reference JavaScript files.
*/
wp_footer();
?>
</body>
</html>