Hello,
I used this Add-On in my website: http://www.zen-cart.com/index.php?ma...roducts_id=863
(EZ-Pages TOC Sidebox)
Top Nav for reference: EZ Page A | EZ Page B | EZ Page C
I now have a sidebox that has the following:
Information (the box header, this is universal throughout the site)
EZ Page A
EZ Page 1
EZ Page 2
The EZ Pages are different depending the TOC of the main link you click.
Is it possible to do the following?
1. Eliminate the Information title box (I did this via one of the add-on's php files), and...
2. Force EZ Page A (the primary page in the TOC) to be the new sidebox header, and have it link to its page.
So... I need for it to look this way once it is finished:
Top Nav: EZ Page A | EZ Page B | EZ Page C
EZ Page A
EZ Page 1
EZ Page 2
Then when you click on EZ Page B in the top nav...
EZ Page B
EZ Page 3
EZ Page 4
etc...
Here is the content of the PHP file that i modified to exclude the word "Information":
Thanks!Code:<?php define('BOX_HEADING_EZ_PAGES_TOC', 'Information'); ?>




