From 33c69f2b279c3dce4f2adc628a96fd677ee6f241 Mon Sep 17 00:00:00 2001 From: root <root@rivolta.investici.org> Date: Tue, 7 Dec 2010 13:07:17 +0000 Subject: [PATCH] Patch theme grid_focus --- wp-content/themes/grid_focus/footer.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-content/themes/grid_focus/footer.php b/wp-content/themes/grid_focus/footer.php index cfa585a3e..00e6985cc 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> -- GitLab