I would like to use a second footer called product_footer.php when customers are viewing a product, I know I have to change tpl_main_page.php, Im having trouble with the if statement.
if (in_array($current_page_base,explode('product_info')) )
how do I correct this?![]()



