If you want to show new products of the mont while there is no featured products.

add this code to /includes/modules/featured.php


if ($num == 0)
{
include (DIR_WS_MODULES . FILENAME_NEW_PRODUCTS);
}

before the closing

?>

More...