<?php /** * @package WordPress * @subpackage AutoFocus */ ?> <div id="footer"> <a href="http://wordpress.org/" rel="generator">Proudly powered by WordPress</a> <?php printf( __( 'Theme: %1$s by %2$s.', 'autofocus' ), 'AutoFocus', '<a href="http://allancole.com/wordpress/" rel="designer">Allan Cole</a>' ); ?> </div><!-- #footer --> </div><!-- #container--> <?php wp_footer(); ?> </body> </html>