diff --git a/wp-content/themes/fixed-blix/footer.php b/wp-content/themes/fixed-blix/footer.php
index b1af61fbcf1e5640f842a6569892632edfcd7bf8..8c4003bc5610d0b5d07615477f1555b73a1f80eb 100644
--- a/wp-content/themes/fixed-blix/footer.php
+++ b/wp-content/themes/fixed-blix/footer.php
@@ -8,9 +8,8 @@
     $locale = get_locale();
     if (!$locale || $locale == 'en_US') {
 ?>
-                    <strong>&copy; Copyright <?php echo date('Y'), ' '; bloginfo('name'); ?>. All rights reserved.</strong><br />
-<?php } ?>
-                    <a href="http://lettersandscience.net/Blix/"><strong>Blix</strong></a> theme.  <?php echo sprintf(__("Powered by <a href='http://wordpress.org/' title='%s'><strong>WordPress</strong></a>"), __('Powered by WordPress, state-of-the-art semantic personal publishing platform.')); ?> <?php bloginfo('version'); ?>.  <?php wp_loginout(); ?>
+                   <?php } ?>
+			  <p> Powered by <a href='http://autistici.org/'><strong>R*</strong></a></p> <?php wp_loginout(); ?>
                 </p>
 
 <?php do_action('wp_footer'); ?>