Rev 3 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
3 | iacchi | 1 | <?php |
2 | /* |
||
3 | * The template for displaying the footer. |
||
4 | * |
||
5 | * Contains the closing of the id=main div and all content after |
||
6 | */ |
||
7 | ?> |
||
8 | </div><!-- #main --> |
||
9 | |||
10 | <footer id="main-footer"> |
||
11 | <?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> • |
||
12 | <?php _e('Platform: ', 'sdt'); ?> <a href="http://www.wordpress.org/" title="<?php _e('Go to the WordPress website', 'sdt'); ?>" target="_blank">WordPress</a> • |
||
25 | iacchi | 13 | <?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> |
3 | iacchi | 14 | </footer><!-- #main-footer --> |
15 | |||
16 | </div><!-- #page --> |
||
17 | |||
18 | <?php |
||
19 | /* Always have wp_footer() just before the closing </body> |
||
20 | * tag of your theme, or you will break many plugins, which |
||
21 | * generally use this hook to reference JavaScript files. |
||
22 | */ |
||
23 | wp_footer(); |
||
24 | ?> |
||
25 | |||
26 | </body> |
||
27 | </html> |