Skip to content

Commit

Permalink
twivatar
Browse files Browse the repository at this point in the history
  • Loading branch information
voitto committed Jul 31, 2009
1 parent 26a8ac7 commit 77d2f7e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion wp-content/themes/p2/footer.php
Expand Up @@ -2,7 +2,10 @@
</div> <!-- // wrapper -->

<div id="footer">
<p><a href="http://openmicroblogger.org/">OpenMicroblogger <?php global $ombversion; echo $ombversion; ?></a> | P2 theme by <a href="http://automattic.com/">Automattic</a><?php render_partial('pagespan'); ?></p>
<p><a href="http://openmicroblogger.org/">OpenMicroblogger <?php global $ombversion; echo $ombversion; ?></a> | P2 theme by <a href="http://automattic.com/">Automattic</a><?php render_partial( array(
'resource'=>'posts',
'action'=>'pagespan'
)); ?></p>
</div>

<?php wp_footer(); ?>
Expand Down

0 comments on commit 77d2f7e

Please sign in to comment.