Instead of links like this:
I'd like to use something like this:Code:<a href="http://fabricland.com/zencart/index.php?main_page=index&cPath=86_89">Adults</a>
This works fine in ezpages (after installing the appropriate mod) and also define_pages. This would make life a lot easier when copying site from test server to live.Code:<a href="<?php echo ($_SERVER[''] . 'index.php?main_page=index&cPath=86_89');?>">Adults</a>



Now I get to chuckle at myself. My only excuse is that in my rush to get online by Sept. 1st, I just pasted the links from the sideboxes and realizing that they were absolute I changed them with the $_SERVER[''] bit. I have to keep reminding myself....K.I.S.S.
