diff --git a/wp-content/themes/grid_focus/footer.php b/wp-content/themes/grid_focus/footer.php index cfa585a3ea31a946d9a639684ff1ee683b63a324..00e6985cce638c8732bd62abc81ca45a962eb763 100644 --- a/wp-content/themes/grid_focus/footer.php +++ b/wp-content/themes/grid_focus/footer.php @@ -6,6 +6,7 @@ ?> <?php include (TEMPLATEPATH . '/footer.strip.php'); ?> <div id="footer" class="fix"> + <p><strong>Proudly Powered by <a href="http://www.autistici.org">R*</a></strong></p> <p class="left"><a href="http://5thirtyone.com/grid-focus" title="Grid Focus by: Derek Punsalan">Grid Focus</a> by Derek Punsalan <a href="http://5thirtyone.com">5thirtyone.com</a>.</p> <p class="right">Whitespace</p> </div> @@ -13,4 +14,4 @@ <?php wp_footer(); ?> <script src="<?php bloginfo('template_url') ?>/js/functions.js" type="text/javascript" charset="utf-8"></script> </body> -</html> \ No newline at end of file +</html>