Tja, das ist der komplette Code der Footer:
<div id="footer">
<?php /*Please keep the link to WPThemePark.com, if you would like to support the authors of this theme */ ?>
<div id="credits">
<p> </p>
</div>
<strong><?php bloginfo('name'); ?></strong> © <?php echo date('Y');?></div>
</div>
<?php wp_footer();?>
</body>
</html>