Decoding this is easy, swap eval for echo. Then copy the results of that echo back into the file then replace eval one more with echo. You now have it decoded.
PHP Code:
?>
</div><!-- end div #page-inner -->
</div><!-- end div #page -->
<!-- END PAGE -->
<?php if ( get_option( 'eted_activate_bottom_menu' ) =='true' ) {
include TEMPLATEPATH . '/includes/bottom-menu.php'; } ?>
<!-- BEGIN FOOTER -->
<div id="footer">
<div id="footer-inner" class="clearfix">
<div id="footer-left">
<p>Theme by <a href="[DELETED]" title="Trucks">Trucks</a><br>
<a href="[DELETED]" title="SUV">SUV</a> | <a href="[DELETED]" title="Viagra Generika">Viagra Generika</a> | <a href="[DELETED]" title="Cialis Generika">Cialis Generika</a></p>
</div><!-- end div #footer-left -->
<div id="footer-right">
<p>© <?php echo date( 'Y' ); ?> <a href="<?php bloginfo( 'siteurl' ); ?>/" title="<?php bloginfo( 'name' ); ?>" ><?php bloginfo( 'name' );?></a><br />
<?php echo stripslashes( get_option( 'eted_footer_text' ) ); ?></p>
</div><!-- end div #footer-right -->
</div><!-- end div #footer-inner -->
</div><!-- end div #footer -->
<!-- END FOOTER -->
</div><!-- end wrapper -->
<?php wp_footer();
if ( get_option( 'eted_ga_code' ) <> "" ) {
echo stripslashes( get_option( 'eted_ga_code' ) ); } ?>
</body>
</html>
And I see why you want to remove those links. nothing but garbage spam.
Bookmarks