Why this line and I can't seem to find this in configuration template_debug?
PHP Code:
if (TEMPLATE_DEBUG == 'True') echo '\includes\templates\TEMPLATES\templates\tpl_featured_products_default.php<br />then requires tpl_modules_listing_display_order.php<br />then tpl_modules_product_listing.php<br /><br />';//SLT debug
require($template->get_template_dir('/tpl_modules_listing_display_order.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_listing_display_order.php');
require($template->get_template_dir('tpl_modules_product_listing.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_product_listing.php');
?>
</div>
When I replace tpl_featured_products.php it works, I am confused on what this does as this is the only line in this file with this template.
Bookmarks