thanks for your help, Ajeh.
i'm basically trying to find a way to differentiate, the index.php page from the index product listing page.
($_GET['main_page'] == 'index')
the product listing page URL is ...index.php?main_page=index&cPath
would it work if i used:
Code:
($_GET['main_page'] == 'index&cPath')
wondering if i can define that separately from the index page when turning off sideboxes?
i'm guessing your saying to pass that variable... but i'm not sure where to do it...
any advice would be appreciated.
thanks again...