Soweit bin ich auch schon gekommen aber dort steht nichts davon.
Hier mal der Code was in der footer.php steht.
Code:
<div class="cleared"></div>
</div>
</div>
<div class="art-footer">
<div class="art-footer-t"></div>
<div class="art-footer-b"></div>
<div class="art-footer-body">
<?php get_sidebar('footer'); ?>
<div class="art-footer-center">
<div class="art-footer-wrapper">
<div class="art-footer-text">
<a href="<?php bloginfo('rss2_url'); ?>" class='art-rss-tag-icon' title="<?php printf(__('%s RSS Feed', THEME_NS), get_bloginfo('name')); ?>"></a>
<?php echo do_shortcode(theme_get_option('theme_footer_content')); ?>
<div class="cleared"></div>
<p class="art-page-footer"><?php _e('Powered by <a href="http://wordpress.org">Wordpress</a>', THEME_NS); ?>.</p> </div>
</div>
</div>
<div class="cleared"></div>
</div>
</div>
</div>
<div class="cleared"></div>
</div>
<div id="wp-footer">
<?php wp_footer(); ?>
<!-- <?php printf(__('%d queries. %s seconds.', THEME_NS), get_num_queries(), timer_stop(0, 3)); ?> -->
</div>
</body>
</html>