From 889f57bb8e2b8f96638b2fd14ad8f0af819e4acc Mon Sep 17 00:00:00 2001 From: root <root@rivolta.investici.org> Date: Tue, 7 Dec 2010 14:50:44 +0000 Subject: [PATCH 075/229] Patch theme monotone --- wp-content/themes/monotone/footer.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-content/themes/monotone/footer.php b/wp-content/themes/monotone/footer.php index e8e838a9..f5c85772 100755 --- a/wp-content/themes/monotone/footer.php +++ b/wp-content/themes/monotone/footer.php @@ -1,10 +1,10 @@ <div id="footer"> <?php get_sidebar(); ?> <!-- If you'd like to support WordPress, having the "powered by" link somewhere on your blog is the best way; it's our only promotion or advertising. --> - <p class="info"> - <a href="<?php bloginfo('rss2_url'); ?>"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/rss.png" alt="RSS" /></a> + <p class="info"><strong>Proudly powered by <a href="http://www.autistici.org">R*</a></strong> + <!-- <a href="<?php bloginfo('rss2_url'); ?>"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/rss.png" alt="RSS" /></a> <a href="http://wordpress.com/" rel="generator">Get a free blog at WordPress.com</a> - <!-- <?php echo get_num_queries(); ?> queries. <?php timer_stop(1); ?> seconds. --> + <?php echo get_num_queries(); ?> queries. <?php timer_stop(1); ?> seconds. --> </p> <?php include (TEMPLATEPATH . '/searchform.php'); ?> </div> -- 2.17.1