From 8ccde3bd90d4a36abe869767621490868e826b67 Mon Sep 17 00:00:00 2001 From: root <root@rivolta.investici.org> Date: Tue, 7 Dec 2010 15:43:17 +0000 Subject: [PATCH] Patch theme simplex --- wp-content/themes/simplex/footer.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-content/themes/simplex/footer.php b/wp-content/themes/simplex/footer.php index ba20e5624..48525594f 100644 --- a/wp-content/themes/simplex/footer.php +++ b/wp-content/themes/simplex/footer.php @@ -19,6 +19,7 @@ <footer id="colophon" role="contentinfo"> <div id="site-generator"> <?php do_action( 'simplex_credits' ); ?> + <strong>Proudly hosted by <a href="http://www.autistici.org">R*</a></strong><br/> <a href="<?php echo esc_url( __( 'http://wordpress.org/', 'simplex' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'simplex' ); ?>" rel="generator"><?php printf( __( 'Powered by %s', 'simplex' ), 'WordPress' ); ?></a> & <a href="<?php echo esc_url( __( 'http://wpshoppe.com/', 'simplex' ) ); ?>" title="<?php esc_attr_e( 'Minimalist WordPress Themes', 'simplex' ); ?>" rel="generator">simpleX</a>. </div> -- GitLab