Quote Originally Posted by e-standard View Post
I found the problem,i think
PHP Code:
a href="/myreviews 
should be changed to
PHP Code:
 a href=" /index.php?main_page=addon_my_reviews 
Suggested better practice: use

<li><?php echo ' <a href="' . zen_href_link('addon_my_reviews','','SSL') . '">' . MY_ACCOUNT_PRODUCT_REVIEWS . '</a>'; ?></li>

This way if you have a test site installed in a subdirectory, it will all still work.