assign("nombreGrupo", "Novedades"); if (EBOOKS == "T" && SEPARAR_EBOOKS_LIBROS_NOVEDADES == "S"){ $smarty->assign("resultLibros", $resultLibros); $smarty->assign("resultEbooks", $resultEbooks); $smarty->assign("totalLibros", count($resultLibros)); $smarty->assign("totalEbooks", count($resultEbooks)); } else $smarty->assign("resultLibros", $result); $smarty->assign("total", $total); $smarty->assign("msgLibroNoComprable", $msgLibroNoComprable); include(PATH."header.php"); $smarty->display('novedades.html'); ?>