Skip to content

Commit

Permalink
Added information to footer about Postmodernist.
Browse files Browse the repository at this point in the history
  • Loading branch information
conatus committed Oct 5, 2010
1 parent 86d96a7 commit 162d511
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function postmodernist_tag_cloud($tags) {

// Footer
function postmodernist_footer() { ?>
<p>Proudly powered by <a href="http://www.wordpress.org">WordPress</a> and <a href="http://www.rodrigogalindez.com/themes/modernist/" title="Free WordPress theme">Modernist</a>, a theme by <a href="http://www.rodrigogalindez.com" title="Web Designer">Rodrigo Galindez</a>. <a href="<?php bloginfo('rss2_url'); ?>" title="Syndicate this site using RSS"><acronym title="Really Simple Syndication">RSS</acronym> Feed</a>.</p>
<p>Proudly powered by <a href="http://www.wordpress.org">WordPress</a> and <a href="http://github.com/thewarmjets/postmodernist" title="Postmodernist Theme at Github">Postmodernist</a>, an adaption of the <a href="http://www.rodrigogalindez.com/themes/modernist/">Modernist</a> theme by <a href="http://www.rodrigogalindez.com" title="Web Designer">Rodrigo Galindez</a>. <a href="<?php bloginfo('rss2_url'); ?>" title="Syndicate this site using RSS"><acronym title="Really Simple Syndication">RSS</acronym> Feed</a>.</p>
<?php }
add_action('wp_footer', 'postmodernist_footer');
add_action('wp_footer', 'postmodernist_footer');
?>

0 comments on commit 162d511

Please sign in to comment.