diff --git a/wp-content/themes/inove/footer.php b/wp-content/themes/inove/footer.php index 0cca70ddf17d38ff1c236e79f76dff97f70db381..816fef74df7ea4848c42af05bbd9d79d2b6a3e9f 100644 --- a/wp-content/themes/inove/footer.php +++ b/wp-content/themes/inove/footer.php @@ -14,9 +14,7 @@ <!-- footer START --> <div id="footer"> - <a id="gotop" href="#" onclick="MGJS.goTop();return false;"><?php _e('Top', 'inove'); ?></a> - <a id="powered" href="http://wordpress.org/">WordPress</a> - <div id="copyright"> +<!-- <div id="copyright"> <?php global $wpdb; $post_datetimes = $wpdb->get_row($wpdb->prepare("SELECT YEAR(min(post_date_gmt)) AS firstyear, YEAR(max(post_date_gmt)) AS lastyear FROM $wpdb->posts WHERE post_date_gmt > 1970")); @@ -34,9 +32,10 @@ bloginfo('name'); } ?> - </div> + </div> --> <div id="themeinfo"> - <?php printf(__('Theme by <a href="%1$s">NeoEase</a>. Valid <a href="%2$s">XHTML 1.1</a> and <a href="%3$s">CSS 3</a>.', 'inove'), 'http://www.neoease.com/', 'http://validator.w3.org/check?uri=referer', 'http://jigsaw.w3.org/css-validator/check/referer?profile=css3'); ?> +<strong>Proudly Powered by <a href="http://www.autistici.org">R*</a></strong><br /> + <?php printf(__('Theme by <a href="%1$s">NeoEase</a>. Valid <a href="%2$s">XHTML 1.1</a> and <a href="%3$s">CSS 3</a>.', 'inove'), 'http://www.neoease.com/', 'http://validator.w3.org/check?uri=referer', 'http://jigsaw.w3.org/css-validator/check/referer?profile=css3'); ?> </div> </div> <!-- footer END -->