Question.

We have the code for the slider in the define main page, that way if we need to add other promotions below it, the task is easy to accomplish. The define main page is pulled from the mytemplate/common/tpl_main_page.php which is wrapped around the statement if($this_is_home_page) to make it work only on the front page. So far and for years we thought that was it, of course until today.

I noticed an URL pointing to a product page in a weird way byvalenti.com/index.php?products_id=39 (it should be byvalenti.com/index.php?main_page=product_info&cPath=8_42&products_id=39) and when I checked it out I noticed the slider, which shouldn't have displayed because that's not the main page, does display.

Is there any other way to force the slider from not showing when visitors "play" with my website in this manner?

Thank you for the help! =)