Minor fix to body.php to prevent last pipe-symbol from being printed after the last footer link.

This commit is contained in:
David Miles
2011-06-03 02:16:26 -05:00
parent 96c09381ba
commit 6e92156a59

View File

@@ -89,7 +89,7 @@
if ( count( $validFooterLinks ) > 0 ) { ?> if ( count( $validFooterLinks ) > 0 ) { ?>
<p> <p>
<?php <?php
$i = 0; $i = 1;
$c = count($validFooterLinks); $c = count($validFooterLinks);
foreach( $validFooterLinks as $aLink ) foreach( $validFooterLinks as $aLink )
{ {