diff --git a/wp-content/themes/simplex/footer.php b/wp-content/themes/simplex/footer.php index ba20e5624c30951a70dc739ef847e01bf0f8b04d..48525594faa389cd2f6b4e2b88f5687e7ec51299 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>