Quote Originally Posted by iCosplay View Post
Hello,

I have looked around and tried the EZ-Pages, but when I use it the link it goes to is blank.

link - http://ucosplay.com/index.php?main_page=FAQ

I have also tried this tutorial which doesn't seem to be working for me either to make new pages http://www.zen-cart.com/wiki/index.p...ting_new_pages

I would appreciate your help.

Thanks.

Edit:

This is what I have linking to the FAQ page. <li><a href="index.php?main_page=FAQ"><?php echo FAQ; ?></a></li>
When I do

<li><a href="<?php echo zen_href_link(FILENAME_faq); ?>"><?php echo HEADER_TITLE_faq; ?></li>

I get "
Page Not Found

Custom 404 Error Page with Site Map Sample Text ..."

Also the title shows up as HEADER_TITLE_faq.