I have tried to use the easy slideshow.
I have a problem with the slideshow.
I want it to show only on the index-home page only
Currently, my slideshow appear on all of my categories+subcategories. Please give me some advice how to fix this
I have tried hard to change the codes in tpl_main_page
but unsucessful
----------------------------

if ($this_is_home_page) {
$flag_disable_slider = false;
} else {
$flag_disable_slider = true;
}
//bof