On new install 1.3.5 using Ez-Pages in the footer EZPAGES_SEPARATOR :: appears in the first postion in front of first Ez Page link. In templates/template_default/tpl_ezpages_bar_footer.php Reverted back to version id 3377 by replacing lines 21-23 with below and all is back to normal
<div>
<?php for ($i=1, $n=sizeof($var_linksList); $i<=$n; $i++) { ?>
<a href="<?php echo $var_linksList[$i]['link']; ?>"><?php echo $var_linksList[$i]['name']; ?></a><?php echo ($i < $n ? EZPAGES_SEPARATOR_FOOTER : '') . "\n"; ?>
<?php } // end FOR loop ?>
</div>



