Right...I had them as internal links. And they still existed that way. I must have changed something along the way that made the reading of TPL_ ezpages_bar_footer.php file wrong. It said
PHP Code:
<?php echo ($i <= $n ? EZPAGES_SEPARATOR_FOOTER : '') . "\n"; ?>
<a href="<?php echo $var_linksList[$i]['.../common/link']; ?>"><?php echo $var_linksList[$i]['name']; ?></a>
and I changed it to read just 'link' (taking out the ...common) and it worked, linking the pages back.
After working on this for 3 days...I was tired...normally I spend more time looking for the answers and would have eventually found it. But I had one of those breaking moments where I just wanted the answer NOW. I rarely post b/c I can always find the answers. You guys ROCK!!!

