Actually, considering this
$tpl_page_body = 'tpl_index_product_list.php';
you could probably put the conditional handling in a custom template copy of tpl_index_product_list.php, which would be better.
/includes/templates/your_template/templates/tpl_index_product_list.php
Sometimes the module file calls the tpl file, and sometimes it works the other way - I'm not sure why except that that is the way they were set up originally...



