From eec07781f887556c0f5093a0d9fe90b89c05a42c Mon Sep 17 00:00:00 2001 From: root <root@rivolta.investici.org> Date: Tue, 7 Dec 2010 14:31:05 +0000 Subject: [PATCH 071/229] Patch theme inove --- wp-content/themes/inove/footer.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/wp-content/themes/inove/footer.php b/wp-content/themes/inove/footer.php index 0cca70dd..816fef74 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="https://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 --> -- 2.17.1