Appropedia:Appropedia's 13 theme for WordPress/footer.php
The footer from Appropedia's 13 theme for WordPress:
(For some reason, even using the <pre> tags, it converts some code, so it's best to click edit then copy between the "<pre> </pre>" tags.)
<div id="footer"> <p> <a href="https://www.appropedia.org/Appropedia's_13_theme_for_WordPress" title="<?php _e('A low bandwidth theme from Appropedia.org'); ?> ">Appropedia's 13 theme</a> <?php _e('for'); ?> · <a href="http://wordpress.org" title="<?php _e('Powered by Wordpress, state-of-the-art semantic personal publishing platform.'); ?>"><?php _e('Wordpress'); ?></a> · <a href="http://validator.w3.org/check/referer" title="<?php _e('This page validates as XHTML 1.0 Transitional'); ?>"><?php _e('<abbr title="eXtensible HyperText Markup Language">XHTML</abbr>'); ?></a> · <a href="http://jigsaw.w3.org/css-validator/check/referer" title="<?php _e('This page validates as CSS'); ?>"><?php _e('<abbr title="Cascading Style Sheets">CSS</abbr>'); ?></a> </p> </div> </div> <?php wp_footer(); ?> </body> </html>