diff --git a/wp-content/themes/primepress/footer.php b/wp-content/themes/primepress/footer.php index 3e2353a23..213600431 100644 --- a/wp-content/themes/primepress/footer.php +++ b/wp-content/themes/primepress/footer.php @@ -1,10 +1,11 @@ <div id="footer"> - <p class="left">© <?php echo date('Y');?> <strong><?php bloginfo('name'); ?></strong> | Powered by <strong><a href="http://wordpress.org/">WordPress</a></strong></p> - <p class="right">A <strong><a href="http://www.techtrot.com/primepress/" title="PrimePress theme homepage">WordPress theme</a></strong> by <strong>Ravi Varma</strong></p> + <p class="left">Powered by <strong><a href="http://autistici.org/">R*</a></strong></p> + <p class="right">A <strong><a href="http://www.techtrot.com/primepress/" title="PrimePress theme homepage">WordPress theme</a></strong> by <strong><a href="http://www.techtrot.com" title="PrimePress author homepage">Ravi Varma</a></strong></p> </div><!--#footer--> </div><!--#container--> +<div class="clear"></div> </div><!--#page--> <?php wp_footer(); ?> </body>