Minor fix to body.php to prevent last pipe-symbol from being printed after the last footer link.
This commit is contained in:
@@ -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 )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user