Quote Originally Posted by gsdcypher View Post
Hmmm... even though those defined pages show up in the information sidebox and work, they are not in the admin, under "Configuration", "Define Page Status".....

Guess I still need to add something somewhere???

The ezpages I made that are not showing are just surrounded by alignment code:

Code:
<p align="justify">
and a back link at the bottom
thanks
Ok, since you added them, and they are not default zen define pages, remove the php code around them (the code is there for default zen define pages):

<li><?php echo '<a href="' . zen_href_link(FILENAME_PAYMENT_OPTIONS) . '">' . BOX_INFORMATION_PAYMENT_OPTIONS . '</a>'; ?></li>
<li><?php echo '<a href="' . zen_href_link(FILENAME_RETURN_POLICY) . '">' . BOX_INFORMATION_RETURN_POLICY . '</a>'; ?></li>