<?php /** * @package WordPress * @subpackage DePo Masthead */ ?> <div id="footer"> <p> <a href="http://wordpress.org/" rel="generator">Proudly powered by WordPress</a> <?php printf( __( 'Theme: %1$s by %2$s.', 'depo-masthead' ), 'DePo Masthead', '<a href="http://automattic.com" rel="designer">Automattic</a>' ); ?> </p> </div> </div> <?php wp_footer(); ?> </body> </html>