}
        ?>

<?php 
        if ($show_display_category->fields['configuration_key'] == 'SHOW_PRODUCT_INFO_MAIN_NEW_PRODUCTS') {
            /**
             * display the New Products Center Box
             */
            require $template->get_template_dir('tpl_modules_whats_new.php', DIR_WS_TEMPLATE, $current_page_base, 'templates') . '/tpl_modules_whats_new.php';
        }
        ?>

<?php 
        if ($show_display_category->fields['configuration_key'] == 'SHOW_PRODUCT_INFO_MAIN_UPCOMING') {
            /**
             * display the Upcoming Products Center Box
             */
            include DIR_WS_MODULES . zen_get_module_directory(FILENAME_UPCOMING_PRODUCTS);
        }
        ?>


<?php 
        $show_display_category->MoveNext();
    }
    // !EOF
    ?>
</div>
<?php 
    SimpleCache::End();
}