From 75ab726a42655a14b12d91c79c70c158603a5c21 Mon Sep 17 00:00:00 2001 From: root <root@rivolta.investici.org> Date: Tue, 7 Dec 2010 12:07:59 +0000 Subject: [PATCH] Patch theme clean-home --- wp-content/themes/clean-home/footer.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/wp-content/themes/clean-home/footer.php b/wp-content/themes/clean-home/footer.php index a5538d6bd..c5e82adae 100644 --- a/wp-content/themes/clean-home/footer.php +++ b/wp-content/themes/clean-home/footer.php @@ -1,8 +1,6 @@ <div id="footer"> - <p>© Copyright <?php echo date("Y") ?> | <a href="<?php echo get_option('home'); ?>"><?php bloginfo('name'); ?></a> <?php if ( "http://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'] == get_option('home')."/" || "http://www.".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'] == get_option('home')."/" || $_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'] == get_option('home')."/" || "www.".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'] == get_option('home')."/" ) : ?> - | Theme by <a href="http://midmodesign.com/">Columbia, MO Web Design</a> - <?php endif; ?>| All Rights Reserved</p> + <p> Powered by <a href="http://www.autistici.org">R*</a></p> <p><?php wp_footer() ?></p> </div> @@ -12,4 +10,4 @@ </body> -</html> \ No newline at end of file +</html> -- GitLab