I just compared the new version of NLS 2.0.9 to my old v2.0.6 and noticed a typo that was mentioned in a previous forum , not sure if it should be carried over into the next version or not, but I thought I should mention it:

http://www.zen-cart.com/forum/showpo...&postcount=509

PHP Code:
require($template->get_template_dir('tpl_subscribe_header',DIR_WS_TEMPLATE$current_page_base,'templates'). '/tpl_subscribe_header.php'); 
PHP Code:
 require($template->get_template_dir('tpl_subscribe_header.php',DIR_WS_TEMPLATE$current_page_base,'templates'). '/tpl_subscribe_header.php'); 
hope this helps....