diff --git a/index.php b/index.php
index c7e1d8a..5d616ca 100644
--- a/index.php
+++ b/index.php
@@ -1290,6 +1290,8 @@ echo $css_adicional;
$(function() {
$('.lazy').Lazy({
// your configuration goes here
+ combined: true,
+ delay: 1000,
scrollDirection: 'vertical',
effect: 'fadeIn',
visibleOnly: true,
diff --git a/milfs/funciones/funciones.php b/milfs/funciones/funciones.php
index 1136733..8c70d3b 100644
--- a/milfs/funciones/funciones.php
+++ b/milfs/funciones/funciones.php
@@ -5303,11 +5303,11 @@ while( $row = mysqli_fetch_array( $sql ) ) {
}
$i++;
if($row['imagen'] !="") {
- $logo="";
+ $logo="";
}
else {
$logo_empresa = remplacetas('empresa','id',"1",'imagen','');
- $logo="";
+ $logo="";
}
// $slogan= substr($row[slogan],0, $length = 100)."";
$slogan = $row['slogan'];