I have copied footer.php from a new installation into this site but nothing changed.
The analytics code is visual al the site in the left corner under copyright UA-35568015-1
Any other suggerstion
this are the last sentence in footer.php
avia_option('feedburner',get_bloginfo('rss2_url')); ?>"><?php _e('Subscribe to our RSS Feed', 'avia_framework')?>
<!-- end social_bookmarks-->
</div>
</div>
<!-- ####### END SOCKET CONTAINER ####### -->
</div><!-- end wrap_all -->
<?php
/* Always have wp_footer() just before the closing </body>
* tag of your theme, or you will break many plugins, which
* generally use this hook to reference JavaScript files.
*/
avia_option('analytics', false, true, true);
wp_footer();
?>
</body>
</html>